jquery.sldr icon indicating copy to clipboard operation
jquery.sldr copied to clipboard

Unable to pause slider permanently

Open irysius opened this issue 10 years ago • 1 comments

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.

irysius avatar Aug 12 '14 19:08 irysius

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.

devowhippit avatar Aug 12 '14 23:08 devowhippit