Speed up ambient drift

This commit is contained in:
chris 2025-12-10 15:56:08 -05:00
parent f90662814a
commit 71174e8477

View File

@ -407,7 +407,7 @@ function stopAmbientDrift() {
}
function scheduleAmbientDrift() {
const delay = 18000 + Math.random() * 14000; // ~1832s
const delay = 10000 + Math.random() * 10000; // 1020s
fireflyTimer = setTimeout(() => {
if (!animationsEnabled) { stopAmbientDrift(); return; }
if (isDarkMode) {