initial commit
This commit is contained in:
14
node_modules/animate.css/source/sliding_exits/slideOutLeft.css
generated
vendored
Normal file
14
node_modules/animate.css/source/sliding_exits/slideOutLeft.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes slideOutLeft {
|
||||
from {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
to {
|
||||
visibility: hidden;
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.slideOutLeft {
|
||||
animation-name: slideOutLeft;
|
||||
}
|
||||
Reference in New Issue
Block a user