background image transitions
Hey guys, i have a simple carousel that cycles through images whenever a button is clicked. One issue is, i'm unable to figure out why my images aren't performing a transition when switched from one to another. I'm using sveltekit with tailwind css
here is how my script tag looks like:
and my markup looks like this
when i click my "next" button for instance, it never performs any transition
here is how my script tag looks like:
and my markup looks like this
when i click my "next" button for instance, it never performs any transition
