From 1ed728546f8a347f058f49f9fa938c13eb2eb8b3 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:50:52 +0100 Subject: [PATCH] update --- tools/XylkJweJ/secret/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/XylkJweJ/secret/script.js b/tools/XylkJweJ/secret/script.js index 48034f6..c5cc0b8 100644 --- a/tools/XylkJweJ/secret/script.js +++ b/tools/XylkJweJ/secret/script.js @@ -17,7 +17,7 @@ class TextScramble { const from = oldText[i] || ''; const to = newText[i] || ''; const start = Math.floor(Math.random() * 40); - const end = start + Math.floor(Math.random() * 40); + const end = start + Math.floor(Math.random() * 100); this.queue.push({ from, to, start, end }); } cancelAnimationFrame(this.frameRequest);