Slow down text carousel by twixe as much

This commit is contained in:
Thomas Smith 2022-09-22 17:02:44 -04:00
parent dc4ccccd97
commit 3df0b7811e

View file

@ -139,7 +139,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
i = ++i % textList.length;
};
cycleText();
setInterval(cycleText, 1200);
setInterval(cycleText, 2400);
</script>