This commit is contained in:
parent
564f1bf530
commit
6e561071ee
|
@ -2941,7 +2941,7 @@ button#togglebg {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
100% {
|
100% {
|
||||||
opacity: 1;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2955,9 +2955,9 @@ button#togglebg {
|
||||||
}
|
}
|
||||||
|
|
||||||
.fader-in {
|
.fader-in {
|
||||||
animation: fadeIn .8s steps(10) forwards;
|
animation: fadeIn .8s steps(100) forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fader-out {
|
.fader-out {
|
||||||
animation: fadeOut .8s steps(10) forwards
|
animation: fadeOut .8s steps(100) forwards
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user