From 272a344b026c9d09905e99d718fe13e39787ee7e Mon Sep 17 00:00:00 2001 From: ada Date: Tue, 1 Nov 2022 15:17:08 +0100 Subject: [PATCH] sorry, made it too slow --- css/animation.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/animation.css b/css/animation.css index 4786d13..f3200fe 100644 --- a/css/animation.css +++ b/css/animation.css @@ -1,7 +1,7 @@ /* css animation that spins a class around forever# */ .spinny{ - animation: rotate 20s infinite, colorchange 1.5s infinite alternate-reverse; + animation: rotate 16s infinite, colorchange 1.5s infinite alternate-reverse; } @keyframes rotate {