mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added a hidden "Animation Speed" setting (defaults to 0.1s)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user