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