From 6e561071ee10afd03e7a203bc1523982ef0edf27 Mon Sep 17 00:00:00 2001 From: Abu Ottermann Date: Wed, 29 Nov 2023 06:15:14 +0100 Subject: [PATCH] jg --- public/s/css/f0ck.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/s/css/f0ck.css b/public/s/css/f0ck.css index 4aaf567..e2507a7 100644 --- a/public/s/css/f0ck.css +++ b/public/s/css/f0ck.css @@ -2941,7 +2941,7 @@ button#togglebg { opacity: 0; } 100% { - opacity: 1; + opacity: 0.2; } } @@ -2955,9 +2955,9 @@ button#togglebg { } .fader-in { - animation: fadeIn .8s steps(10) forwards; + animation: fadeIn .8s steps(100) forwards; } .fader-out { - animation: fadeOut .8s steps(10) forwards + animation: fadeOut .8s steps(100) forwards } \ No newline at end of file