Slow down the wiggle animation

super annoying when it's that fast
This commit is contained in:
davegson 2020-05-19 16:25:20 +02:00
parent a62001086f
commit ffe85ed9f1

View file

@ -129,7 +129,7 @@ footer {
} }
.wiggle { .wiggle {
animation: wiggle .2s infinite alternate; animation: wiggle .6s infinite alternate;
} }
@keyframes wiggle { @keyframes wiggle {