(三)Swiper touch触发条件设置

(1) 本节知识点

  • 触摸距离与slide滑动距离比率: touchRatio 设置的越小越难滑动
  • 无法拖动 : onlyExternal 设置为true就无法滑动
  • 跟随手指 : followFinger 设置为false 手指滑动和页面滑动不同步
  • 定义longSwipes : longSwipesMs
  • 短时间短距离和长时间长距离 : shortSwipes 和longSwipes
  • 触发所需最小拖动距离比例 : longSwipersRadio
  • 允许拖动角度 : touchAngle

(2)代码





  
  
  
  Document
  
  




  
Slide 1
Slide 2
Slide 3

你可能感兴趣的:((三)Swiper touch触发条件设置)