Open karltynan opened 8 years ago
The following code for "stopAuto"works in v3, but continues to transition in v4:
var slider = gallery.bxSlider({ mode: 'fade', auto: true, pause: 7500, pager: false }); slider.stopAuto();
var slider = gallery.bxSlider({ mode: 'fade', auto: true, pause: 7500, pager: false });
slider.stopAuto();
Can confirm. .stopAuto() does not work.
.stopAuto()
The following code for "stopAuto"works in v3, but continues to transition in v4:
var slider = gallery.bxSlider({ mode: 'fade', auto: true, pause: 7500, pager: false });
slider.stopAuto();