更新时间:2019-10-09 00:42:56
注意:只适用移动端,请在移动端预览,PC端无效果
移动端手势库
- tap事件 easyTouch.tap(el,callback)
- 长按事件 easyTouch.hold(el,callback)
- 左滑动事件 easyTouch.swiperLeft(el,callback)
- 右滑动事件 easyTouch.swiperRight(el,callback)
- 上滑动事件 easyTouch.swiperUp(el,callback)
- 下滑动事件 easyTouch.swiperDown(el,callback)
原生事件
- easyTouch.touchstart(el,callback)
- easyTouch.touchend(el,callback)
- easyTouch.touchmove(el,callback)
- easyTouch.touchcancel(el,callback)