3
2w
1

Ideas for building a slideshow of gifs with defined transition intervals on website? (html, js)

I’m a hobbyist working on a hobby website on neocities. I am recreating an exercise routine from a defunct app using stick figure gifs for each set. I am looking for simple ways to display a slideshow of gifs that advances at defined intervals. I have some ideas on how to achieve this but wanted to pick the internet’s brain before choosing a route.

Borger @lemmy.blahaj.zone - 2w

My suggestion would be a UI library that has a ‘carousel’ component. Those usually advance when the user clicks, but the component will either have a setting/property that you can set for it to auto-advance, or you can advance it yourself in JS/TS.

4