From 3fb7992946b5d7407625e2fd559ddc49d8f19721 Mon Sep 17 00:00:00 2001 From: Sanu Kumar <145834771+sk66641@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:07:19 +0530 Subject: [PATCH] Update script.js --- js/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/script.js b/js/script.js index bf96598..becdd07 100644 --- a/js/script.js +++ b/js/script.js @@ -745,7 +745,7 @@ window.onload = function () { const words = ["Light Simulator", "Beat Spectrum"]; let index = 0; let direction = "left"; - const interval = 50; + const interval = 150; function animateText() { const word = words[index];