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