This commit is contained in:
Elton Mesquita 2018-01-25 14:03:02 -03:00
parent 0702413379
commit 3b3cfc1ba0
26 changed files with 1973 additions and 108 deletions

2027
animate.css vendored

File diff suppressed because it is too large Load Diff

4
animate.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
from,
11.1%,
to {
transform: none;
transform: translate3d(0, 0, 0);
}
22.2% {

View File

@ -2,7 +2,7 @@
@keyframes wobble {
from {
transform: none;
transform: translate3d(0, 0, 0);
}
15% {
@ -26,7 +26,7 @@
}
to {
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -37,6 +37,6 @@
}
.bounceIn {
animation-duration: .75s;
animation-duration: 0.75s;
animation-name: bounceIn;
}

View File

@ -26,7 +26,7 @@
}
to {
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -26,7 +26,7 @@
}
to {
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -26,7 +26,7 @@
}
to {
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -16,6 +16,6 @@
}
.bounceOut {
animation-duration: .75s;
animation-duration: 0.75s;
animation-name: bounceOut;
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -6,7 +6,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}

View File

@ -15,7 +15,7 @@
}
.flipOutX {
animation-duration: .75s;
animation-duration: 0.75s;
animation-name: flipOutX;
backface-visibility: visible !important;
}

View File

@ -15,7 +15,7 @@
}
.flipOutY {
animation-duration: .75s;
animation-duration: 0.75s;
backface-visibility: visible !important;
animation-name: flipOutY;
}

View File

@ -15,7 +15,7 @@
}
to {
transform: none;
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

View File

@ -7,7 +7,7 @@
to {
transform-origin: center;
transform: none;
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

View File

@ -7,7 +7,7 @@
to {
transform-origin: left bottom;
transform: none;
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

View File

@ -7,7 +7,7 @@
to {
transform-origin: right bottom;
transform: none;
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

View File

@ -7,7 +7,7 @@
to {
transform-origin: left bottom;
transform: none;
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

View File

@ -7,7 +7,7 @@
to {
transform-origin: right bottom;
transform: none;
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

View File

@ -8,7 +8,7 @@
to {
opacity: 1;
transform: none;
transform: translate3d(0, 0, 0);
}
}