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