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
    link
    fedilink
    arrow-up
    4
    ·
    1 month ago

    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.