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, from,
11.1%, 11.1%,
to { to {
transform: none; transform: translate3d(0, 0, 0);
} }
22.2% { 22.2% {

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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