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