From ffe85ed9f16507ba880f6c601efefaef4e6616bf Mon Sep 17 00:00:00 2001 From: davegson <3080765+davegson@users.noreply.github.com> Date: Tue, 19 May 2020 16:25:20 +0200 Subject: [PATCH] Slow down the wiggle animation super annoying when it's that fast --- _sass/_global.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/_global.scss b/_sass/_global.scss index 2b223d2..7235314 100644 --- a/_sass/_global.scss +++ b/_sass/_global.scss @@ -129,7 +129,7 @@ footer { } .wiggle { - animation: wiggle .2s infinite alternate; + animation: wiggle .6s infinite alternate; } @keyframes wiggle {