Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sk66641 authored Aug 29, 2024
1 parent 56d8874 commit 3fb7992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit 3fb7992

Please sign in to comment.