Increase ambient drift frequency
This commit is contained in:
parent
99c940af60
commit
f90662814a
@ -407,7 +407,7 @@ function stopAmbientDrift() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function scheduleAmbientDrift() {
|
function scheduleAmbientDrift() {
|
||||||
const delay = 26000 + Math.random() * 18000; // 26–44s
|
const delay = 18000 + Math.random() * 14000; // ~18–32s
|
||||||
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