在悬停时连续滚动暂停
作者: Madeirense创建于 2017年10月12日更新于 2025年7月17日
我使用以下设置来实现连续滚动: ` dots: false, arrows: false, slidesToShow: 1, slidesToScroll: 1, centerMode: false, draggable: true, speed: 7000, autoplay: true, autoplaySpeed: 0, vertical: false, infinite: true, pauseOnHover: true, cssEase: 'linear',` 除了一个小问题之外,它工作得很好。它不会在悬停时暂停。好吧,它确实会,但有很长的延迟。我在想是否有办法让悬停时暂停的功能完美地工作。
内容来源: kenwheeler/slick