steps lowered
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 18s

This commit is contained in:
Kibi Kelburton 2023-11-29 06:12:43 +01:00
parent d9e8b63004
commit 564f1bf530

View File

@ -2955,9 +2955,9 @@ button#togglebg {
} }
.fader-in { .fader-in {
animation: fadeIn .8s steps(100) forwards; animation: fadeIn .8s steps(10) forwards;
} }
.fader-out { .fader-out {
animation: fadeOut .8s steps(100) forwards animation: fadeOut .8s steps(10) forwards
} }