I have been using sliders to great effect in loads of areas, and they work really well to achieve all sorts of advanced components.
One issue I am coming across though is building custom navigation for the sliders outside of the slider itself.
I have a series of buttons with data-x-slide-goto
set up to link to one of three slides, set up as a kind of advanced tabs block. I would like these buttons to have scroll effects applied, but this messes with the slider exit
and entrance
animations.
Reading the docs, I see that it is possible to use noDisable
as the value for buttons with the data-x-slide-next
attribute, but for the data-x-slide-goto
, this obviously can’t be set as the value due to the slide number being set there.
Is there another way to turn on the noDisable
attribute? Perhaps through another attribute like data-x-slide-goto-no-disable
?
Greatly appreciated if so!
Thanks