Wow thanks my friend, the CSS adjustments did the trick, I even fixed the opacity. It works perfect, only one thing. When I go from slide ‘Fit worden loont’ to ‘Kies je activiteit’ the ‘Haal je weekdoel’ slide pops-up first. Is there a way to fix this?
@MarkSmit
When navigating from the “Fit worden loont” slide (index 5) to “Kies je activiteit” (index 0), the carousel is currently taking the forward path due to infinite scrolling, instead of moving directly backward as expected. To resolve this issue, you can consider one of the following approaches: disable infinite scrolling to prevent looping behavior, implement custom navigation logic to control the slide direction manually, or use centerMode with appropriate settings to manage the navigation flow more accurately.