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