MCPcopy Create free account
hub / github.com/NMWplays/Glowify / c

Function c

theme.js:5006–5011  ·  view source on GitHub ↗
(e, r)

Source from the content-addressed store, hash-verified

5004 setSlot(prevSlot, prevUrl);
5005 setSlot(currentSlot, currentUrl2);
5006 setSlot(nextSlot, nextUrl);
5007 void track.offsetWidth;
5008 track.classList.remove("cs-animating", "cs-going-next", "cs-going-prev");
5009 animating = false;
5010 setTimeout(() => {
5011 if (!track) return;
5012 refreshAdjacent();
5013 }, 150);
5014 }, TOTAL + 20);

Callers 2

theme.jsFile · 0.85
QFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected