Swiper中文论坛

标题: 模拟走马灯效果 然后鼠标悬浮停止的时候会有3秒延迟 [打印本页]

作者: XiYun    时间: 2020-5-30 16:17
标题: 模拟走马灯效果 然后鼠标悬浮停止的时候会有3秒延迟
  1. <script>
  2.                         var Swiper_landscape = new Swiper('.swiper-landscape', {
  3.                           spaceBetween : 20,
  4.                           autoplay : {
  5.                                 delay: 1,
  6.                                 disableOnInteraction: false,
  7.                           },
  8.                           speed:3000,
  9.                           loop : true,
  10.                           freeMode:true,
  11.                           slidesPerView : 4,
  12.                           slidesPerGroup : 1,
  13.                           touchMoveStopPropagation : false
  14.                         });
  15.                         // 鼠标移入停止自动滚动/鼠标移出开始自动滚动
  16.                         $('.swiper-landscape').mouseover(function(){
  17.                                 Swiper_landscape.autoplay.stop();
  18.                         })
  19.                         $('.swiper-landscape').mouseout(function(){
  20.                                 Swiper_landscape.autoplay.start();
  21.                         })
  22.                         </script>
复制代码
有什么解决办法么。

作者: XiYun    时间: 2020-5-30 17:20
顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶
作者: zwrqq2009    时间: 2020-5-31 22:41
d顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶顶





欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/) Powered by Discuz! X3.2