stevenwanderski / bxslider-4

Responsive jQuery content slider
Other
4.22k stars 1.84k forks source link

stopAuto does not work #1035

Open karltynan opened 8 years ago

karltynan commented 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();

Jaxel commented 7 years ago

Can confirm. .stopAuto() does not work.