- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for announceRandom (7.26 sec)
-
docs/en/docs/js/custom.js
children = shuffle(children) let index = 0 const announceRandom = () => { children.forEach((el, i) => { el.style.display = "none" }); children[index].style.display = "block" index = (index + 1) % children.length } announceRandom() setInterval(announceRandom, timeInterval ) } } async function main() {
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Thu Jan 02 20:44:50 UTC 2025 - 5.4K bytes - Viewed (2)