From 1b65a0337fd931ecd665a0f31d9726e963bb0aed Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 6 Sep 2022 00:19:25 +0200 Subject: [PATCH] only rotating typing test --- frontend/static/funbox/nausea.css | 2 +- frontend/static/funbox/round_round_baby.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/static/funbox/nausea.css b/frontend/static/funbox/nausea.css index 6350738a9..cf0641b90 100644 --- a/frontend/static/funbox/nausea.css +++ b/frontend/static/funbox/nausea.css @@ -24,7 +24,7 @@ } } -#middle { +#typingTest { animation: woah 7s infinite cubic-bezier(0.5, 0, 0.5, 1); } diff --git a/frontend/static/funbox/round_round_baby.css b/frontend/static/funbox/round_round_baby.css index 9229a81f3..c3b89b134 100644 --- a/frontend/static/funbox/round_round_baby.css +++ b/frontend/static/funbox/round_round_baby.css @@ -12,7 +12,7 @@ } } -#middle { +#typingTest { animation: woah 5s infinite linear; }