鼠标点击图像后光滑滑块加速

单击 Slick Slider 中的图像时,所有幻灯片都会高速向前移动。如何摆脱这种行为?


我的JS设置:


$(document).ready(function(){

    $('.sh_product_slider2').slick({

      slidesToShow: 3,

      slidesToScroll: 1,

      arrows: true,

      dots: true,

      centerMode: false,

      variableWidth: true,

      infinite: true,

      focusOnSelect: true,

      cssEase: 'linear',

      touchMove: false,

      prevArrow:'<button class="slick-prev"> < </button>',

      nextArrow:'<button class="slick-next"> > </button>',

               responsive: [                        

                   {

                     breakpoint: 600,

                     settings: {

                       centerMode: false,

                       variableWidth: true,

                       slidesToShow: 1,

                       slidesToScroll: 1,

                       autoplay: true,

                       autoplaySpeed: 2500,

                       pauseOnHover: false, 

                       pauseOnFocus: false,

                       arrows:false

                     }

                   },

               ]

    });

});


波斯汪
浏览 98回答 1
1回答

30秒到达战场

我不确定,但根据你的示例似乎可以工作,只需覆盖 css 类.sh_product_slider2&nbsp;.slick-slide:after&nbsp;{ &nbsp;&nbsp;position:&nbsp;relative; }如果不起作用请告诉我,谢谢
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript