單擊 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 } }, ] });});
鼠標點擊圖像后光滑滑塊加速
波斯汪
2023-07-20 10:50:20