移动端手势识别库ZingTouch.zip

xin9707635 19 0 ZIP 2020-02-27 02:02:11

ZingTouch是一个手势识别库,专门为web移动端打造。提供六种手势识别标准,支持高度可定制。快速入门:Node/CommonJSvar ZingTouch = require('zingtouch');或者Includethefile[removed][removed]或者ES6[removed][removed]创建一个区域var zt = new ZingTouch.Region(document.body);绑定一个元素到手势识别器var myElement = document.getElementById('my-div'); zt.bind(myElement

用户评论
请输入评论内容
评分:
暂无评论