From 33340cf8e5d0d999af46a2f6545bcd0485bea746 Mon Sep 17 00:00:00 2001 From: will Date: Wed, 28 Aug 2024 15:54:03 +0100 Subject: [PATCH] Removed animation from timer 3 --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 2f1ca7f..56af729 100644 --- a/index.html +++ b/index.html @@ -249,7 +249,6 @@ h2.badge { outline: 2px solid var(--dark); opacity: 0; transition: opacity 1.5s, bottom 1.5s, right 1.5s, width 1.5s, height 1.5s, border-radius 1.5s, font-size 1.5s, line-height 1.5s, transform 1.5s; - animation: spinText 10s linear 0s infinite; } .show { opacity: 1; -- 2.39.2