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