关于最新的源码
来源:4-6 轮播图组件实现(下)
MeSKiL
2019-10-16
老师。最新的源码里为什么要加上这两个事件的监听
this.slider.on('touchEnd', () => {
if (this.autoPlay) {
this._play()
}
})
this.slider.on('beforeScrollStart', () => {
if (this.autoPlay) {
clearTimeout(this.timer)
}
})
写回答
1回答
-
MeSKiL
提问者
2019-10-16
哦我知道了,是为了让手指点下没抬起来的时候,不滚动吗
012019-10-16
相似问题