Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for announceRandom (0.12 sec)

  1. 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 Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Aug 06 04:48:30 UTC 2024
    - 6.6K bytes
    - Viewed (0)
Back to top