Feature Request: Slide Pagination Element - Label/Image

Maybe there is a workaround for this as the Slider is very flexible but currently the dots on this don’t allow for tailoring with additional data.

I guess to match the current system this would have to be a new element like “Slide Pagination Container”

This last feature would complete an already very well rounded part of the template and allow for many more uses.

Thanks

Hello there,

That feature sounds nice !

In the meantime, you can give any element the custom attribute :
data-x-slide-prev
data-x-slide-next

Or
data-x-slide-go-to=‘1’
data-x-slide-go-to=‘2’
data-x-slide-go-to=’…’

This way you can give a button or any element the ability to go the the slide X.

Hope it helps

@Thaelys Thanks that does work quite well. you need to duplicate the looper provider content.

Also if you use filter effect. Scroll -> Transform. Only the active element is clickable
Set greyscale: 0% for Entrance, 100% for Exit and keep everything else the same.

If there is a way to update the current element with an active class that would be good enough.