initial commit
This commit is contained in:
15
node_modules/animate.css/source/lightspeed/lightSpeedOutLeft.css
generated
vendored
Normal file
15
node_modules/animate.css/source/lightspeed/lightSpeedOutLeft.css
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
@keyframes lightSpeedOutLeft {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
transform: translate3d(-100%, 0, 0) skewX(-30deg);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.lightSpeedOutLeft {
|
||||
animation-name: lightSpeedOutLeft;
|
||||
animation-timing-function: ease-in;
|
||||
}
|
||||
Reference in New Issue
Block a user