mirror of
https://github.com/ivabus/www
synced 2024-11-10 17:35:16 +03:00
Slow down text carousel by twixe as much
This commit is contained in:
parent
dc4ccccd97
commit
3df0b7811e
|
@ -139,7 +139,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+
|
||||||
i = ++i % textList.length;
|
i = ++i % textList.length;
|
||||||
};
|
};
|
||||||
cycleText();
|
cycleText();
|
||||||
setInterval(cycleText, 1200);
|
setInterval(cycleText, 2400);
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue