MCPcopy Create free account
hub / github.com/FastFlowLM/FastFlowLM / startAutoPlay

Function startAutoPlay

docs/script.js:144–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 function startAutoPlay() {
145 stopAutoPlay();
146 autoPlayInterval = setInterval(nextSlide, 5000);
147 }
148
149 function stopAutoPlay() {
150 if (autoPlayInterval) {

Callers 2

script.jsFile · 0.85
handleKeydownFunction · 0.85

Calls 1

stopAutoPlayFunction · 0.85

Tested by

no test coverage detected