Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.js
File · 0.85
handleKeydown
Function · 0.85
Calls
1
stopAutoPlay
Function · 0.85
Tested by
no test coverage detected