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

Function prevSlide

docs/script.js:134–137  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 function prevSlide() {
135 currentSlide = (currentSlide - 1 + totalSlides) % totalSlides;
136 updateCarousel();
137 }
138
139 function goToSlide(index) {
140 currentSlide = index;

Callers 2

script.jsFile · 0.85
handleKeydownFunction · 0.85

Calls 1

updateCarouselFunction · 0.85

Tested by

no test coverage detected