jquery.sldr
jquery.sldr copied to clipboard
Unable to pause slider permanently
this is the object I'm passing in:
{ focalClass: 'focalPoint', offset: th.width() / 2, sldrWidth: 'responsive', sldrCols: 1, nextSlide: th.nextAll('.sldr-nav.next:first'), previousSlide: th.nextAll('.sldr-nav.prev:first'), selectors: th.nextAll('.pill-nav:first').find('li'), // toggle : th.nextAll( '.captions:first' ).find( 'div' ), // sldrInit : sliderInit, sldrLoaded: sliderLoaded, sldrStart: function () {}, sldrComplete: function () {}, sldrAuto: false, sldrTime: 7000, animateJquery: false, animateJqueryTiming: 725, animateJqueryEasing: 'easeOutQuint', swipeDragSnapBack: true, swipeDragDesktop: false }
sldrAuto is set to false. On initial load, the carousel stays put, as intended. However, after a couple of manual navigations (via the arrows), the carousel begins automatically rotating again.
Hey irysius, I'll take a look at this as soon as I can. The auto sliding function was one of the least prioritized features so I'm not surprised there is a kink.