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

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