We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题:以我的经验来看要获取手指滑动一段距离后产生的速度,用touchStart和touchEnd之间的距离除以时间即可,可是我看源码里貌似不是这样子的?是touchmouve期间记录最后几次触发touchmove事件的touch信息的pos和时间戳来算的,请问是这样吗
The text was updated successfully, but these errors were encountered:
No branches or pull requests
问题:以我的经验来看要获取手指滑动一段距离后产生的速度,用touchStart和touchEnd之间的距离除以时间即可,可是我看源码里貌似不是这样子的?是touchmouve期间记录最后几次触发touchmove事件的touch信息的pos和时间戳来算的,请问是这样吗
The text was updated successfully, but these errors were encountered: