Added a hidden "Animation Speed" setting (defaults to 0.1s)

This commit is contained in:
nuttylmao
2025-05-06 21:06:43 +10:00
parent 695c136500
commit ffd19e148b
2 changed files with 8 additions and 3 deletions
+3 -3
View File
@@ -73,12 +73,12 @@ li {
}
.slide-fade li {
transition: all 0.5s ease-out;
opacity: 0;
transition: all var(--animation-speed) ease-out;
/* opacity: 0; */
}
.slide-fade li.show {
opacity: 1;
/* opacity: 1; */
}
#IPutThisHereSoICanCalculateHowBigEachMessageIsSupposedToBeBeforeIAddItToTheMessageList {