Compare commits
2 Commits
99c940af60
...
71174e8477
| Author | SHA1 | Date | |
|---|---|---|---|
| 71174e8477 | |||
| f90662814a |
@ -407,7 +407,7 @@ function stopAmbientDrift() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function scheduleAmbientDrift() {
|
function scheduleAmbientDrift() {
|
||||||
const delay = 26000 + Math.random() * 18000; // 26–44s
|
const delay = 10000 + Math.random() * 10000; // 10–20s
|
||||||
fireflyTimer = setTimeout(() => {
|
fireflyTimer = setTimeout(() => {
|
||||||
if (!animationsEnabled) { stopAmbientDrift(); return; }
|
if (!animationsEnabled) { stopAmbientDrift(); return; }
|
||||||
if (isDarkMode) {
|
if (isDarkMode) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user