Closed liorocks closed 11 years ago
Hi,
I have a slider, which has following parameters
'showMultiple':15, 'changeBy':5, 'buildArrows':false, 'buildNavigation':false, 'buildStartStop':false, 'infiniteSlides':false, 'stopAtEnd':true
and also custom triggers, to slide them forward an back, using this functions
channelsSlider.data('AnythingSlider').goForward(); channelsSlider.data('AnythingSlider').goBack();
When I go to last slide, and click to "next" button, it starts sliding from back. How can I prevent from doing that?
I fixed it by changing 'changeBy' option to 15
Hi,
I have a slider, which has following parameters
and also custom triggers, to slide them forward an back, using this functions
When I go to last slide, and click to "next" button, it starts sliding from back. How can I prevent from doing that?