This package has been deprecated

Author message:

outdated

touch-camp

0.1.0 • Public • Published

touch-camp

A touch events of javascript for mobile.

API Reference

slide

参数:

  • node
  • options
    • delay = 0【截流时间,限制move函数的触发频率】
    • start【滑动开始】
    • move【滑动中】
    • end【滑动结束】

备注:滑动函数回调参数

  • time【总时间:ms】
  • disX【水平总路程:px】
  • disY【同上(垂直)】
  • addX【水平路程增量:px】
  • addY【同上(垂直)】
  • speedX = disX / time【平均速度:px/ms】
  • speedY = disY / time

tap

参数:

  • node
  • callback【触发回调】
  • options【可选】
    • time = 250【触摸时间不能超过该值】
    • dis = 10【偏移距离不能超过该值】

press

参数:

  • node
  • callback【触发回调】
  • options【可选】
    • time = 250【触摸时间必须超过该值】
    • dis = 10【偏移距离不能超过该值】

Readme

Keywords

Package Sidebar

Install

npm i touch-camp

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • npm