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