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