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