Specifically, I’m looking for how it slightly zooms in on the image during each slide.
I managed to get it working for the first slide, but applying the same settings to the sequential slides seems to cause them not to display. Am I missing something?
I can’t share the project link unfortunately (NDA), however I’m just using the vanilla slider component and applying the “slide” trigger interaction to each slide element. Each slide element has the classes “slide” > “slide xx”.
A working example or advice around the correct settings would be ideal. I’ve already watched/googled the tutorials, but haven’t found anything that relates to my specific example.
For anyone else who comes across this situation, you need to create child elements within the “slide” element and then apply the interactions to those children (as opposed to the slide element itself). This also means you’ll need to apply your background images to the child elements too.