From f90662814a0fd36893a96602d3c7d89ce30c1196 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 10 Dec 2025 15:55:36 -0500 Subject: [PATCH] Increase ambient drift frequency --- assets/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/app.js b/assets/app.js index 45a3f91..581670a 100644 --- a/assets/app.js +++ b/assets/app.js @@ -407,7 +407,7 @@ function stopAmbientDrift() { } function scheduleAmbientDrift() { - const delay = 26000 + Math.random() * 18000; // 26–44s + const delay = 18000 + Math.random() * 14000; // ~18–32s fireflyTimer = setTimeout(() => { if (!animationsEnabled) { stopAmbientDrift(); return; } if (isDarkMode) {