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