文件名称:虚拟摇杆触摸功能库nippleJS.zip
文件大小:150KB
文件格式:ZIP
更新时间:2022-08-08 01:33:47
开源项目
nippleJS 是一个 JavaScript 库,用来创建虚拟摇杆触摸功能的接口。示例代码:{ position: { // absolute position of the center in pixels x: 125, y: 95 }, force: 0.2, // strength in % distance: 25.4, // distance from center in pixels angle: { radian: 1.5707963268, // angle in radian degree: 90 } } 标签:nippleJS
【文件预览】:
nipplejs-master
----bin()
--------copyToGhPages.js(2KB)
--------changelog.js(790B)
----example()
--------lock-axes.html(2KB)
--------codepen-demo.html(12KB)
--------dual-joysticks.html(1KB)
----.babelrc(295B)
----package.json(2KB)
----.eslintrc.json(616B)
----.github()
--------PULL_REQUEST_TEMPLATE()
--------ISSUE_TEMPLATE()
----test()
--------nipplejs.casper.js(5KB)
----assets()
--------github-light.css(3KB)
--------styles.css(4KB)
--------nipplejs.jpg(6KB)
--------nipplejs.png(4KB)
----LICENSE(1KB)
----package-lock.json(497KB)
----CONTRIBUTING.md(1KB)
----src()
--------utils.js(4KB)
--------index.js(186B)
--------nipple.js(10KB)
--------manager.js(6KB)
--------super.js(4KB)
--------collection.js(15KB)
----.gitignore(20B)
----webpack.config.js(815B)
----CHANGELOG.md(15KB)
----types()
--------index.d.ts(8KB)
----README.md(16KB)
----.editorconfig(197B)
----.gitattributes(12B)