From 26d365912cd5834cfb40d07e274b47e1e5af63e9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 4 Mar 2019 00:22:51 +0100 Subject: [PATCH] Bit more spammy. --- src/closed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/closed.js b/src/closed.js index f820f94..8a506ab 100644 --- a/src/closed.js +++ b/src/closed.js @@ -17,7 +17,7 @@ const state = { const MAX_POPUPS = 200; function startClosedAnimation() { - window.setInterval(animationTick, 100); + window.setInterval(animationTick, 50); } function minDist(x, y) {