0

如果用户想在当前页面 = 1 时返回,我需要停止滑动anythingslider。所以我不想旋转。我试过了

onSlideBegin : function(e, slider){
    return false;
} // there is no check I just need to know how to stop sliding

但仍在滑动。谢谢

4

1 回答 1

0

也许???

// Slideshow options 
  autoPlay            : false,     // If true, the slideshow will start running; replaces "startStopped" option 
  autoPlayLocked      : false,     // If true, user changing slides will not stop the slideshow 
  autoPlayDelayed     : false,     // If true, starting a slideshow will delay advancing slides; if false, the slider will immediately advance to the next slide when slideshow starts 
  pauseOnHover        : true,      // If true & the slideshow is active, the slideshow will pause on hover 
  stopAtEnd           : false,     // If true & the slideshow is active, the slideshow will stop on the last page. This also stops the rewind effect when infiniteSlides is false. 
  playRtl             : false,     // If true, the slideshow will move right-to-left 
于 2013-08-01T18:09:16.540 回答