adding initial fast-api
This commit is contained in:
19
fast-api/bower_components/animate.css/source/attention_seekers/pulse.css
vendored
Normal file
19
fast-api/bower_components/animate.css/source/attention_seekers/pulse.css
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
|
||||
|
||||
@keyframes pulse {
|
||||
0% {
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: scale3d(1.05, 1.05, 1.05);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale3d(1, 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.pulse {
|
||||
animation-name: pulse;
|
||||
}
|
||||
Reference in New Issue
Block a user