adding initial fast-api
This commit is contained in:
17
fast-api/bower_components/animate.css/source/attention_seekers/shake.css
vendored
Normal file
17
fast-api/bower_components/animate.css/source/attention_seekers/shake.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
@keyframes shake {
|
||||
0%, 100% {
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
10%, 30%, 50%, 70%, 90% {
|
||||
transform: translate3d(-10px, 0, 0);
|
||||
}
|
||||
|
||||
20%, 40%, 60%, 80% {
|
||||
transform: translate3d(10px, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.shake {
|
||||
animation-name: shake;
|
||||
}
|
||||
Reference in New Issue
Block a user