Compare commits
No commits in common. "71174e84777de0967f4fefc3b975e9a5664d1356" and "99c940af6030c6d647a4c7996730907fb0423682" have entirely different histories.
71174e8477
...
99c940af60
@ -407,7 +407,7 @@ function stopAmbientDrift() {
|
||||
}
|
||||
|
||||
function scheduleAmbientDrift() {
|
||||
const delay = 10000 + Math.random() * 10000; // 10–20s
|
||||
const delay = 26000 + Math.random() * 18000; // 26–44s
|
||||
fireflyTimer = setTimeout(() => {
|
||||
if (!animationsEnabled) { stopAmbientDrift(); return; }
|
||||
if (isDarkMode) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user