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