jg
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 17s

This commit is contained in:
Kibi Kelburton 2023-11-29 06:15:14 +01:00
parent 564f1bf530
commit 6e561071ee

View File

@ -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
}