I have a slideshow I’d like to auto play and loop continuously. I’ve found snippets that let me set a global slide duration and use impress.next() with a setInterval() call to move forward, but then I lose the ability to have different durations for each slide.
Share
I’m happy to share my solution. If you see room for improvement don’t be shy. Hopefully this helps someone out there.