mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Slow down the wiggle animation
super annoying when it's that fast
This commit is contained in:
parent
a62001086f
commit
ffe85ed9f1
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
.wiggle {
|
.wiggle {
|
||||||
animation: wiggle .2s infinite alternate;
|
animation: wiggle .6s infinite alternate;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes wiggle {
|
@keyframes wiggle {
|
||||||
|
|
Loading…
Add table
Reference in a new issue