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