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