From 21cc6bafb0262c1b5a2995b593e2a3771edf210d Mon Sep 17 00:00:00 2001 From: Kendell R Date: Wed, 21 Oct 2020 10:25:32 -0700 Subject: [PATCH] Update js/main.js --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index 36db5ba..f531eab 100644 --- a/js/main.js +++ b/js/main.js @@ -358,7 +358,7 @@ class BrowserMod { this._motionTimeout = setTimeout(() => { this._fullyMotion = false; this.update(); - }, 500); + }, 5000); this.update(); }