touche:适用于台式机和触摸设备的手势库

时间:2024-05-26 03:17:37
【文件属性】:

文件名称:touche:适用于台式机和触摸设备的手势库

文件大小:127KB

文件格式:ZIP

更新时间:2024-05-26 03:17:37

JavaScript

#Touché- 这是一个轻量级的手势库,支持桌面和触摸设备。 注意:自1.1版起,Touché不再添加触摸操作: 绑定的元素。 由开发人员来设置适当的触摸动作。 该api看起来像这样: Touche ( element ) . tap ( { options : { areaThreshold : 5 } , end : function ( e , data ) { console . log ( "tap" ) ; } } ) . tap ( { options : { areaThreshold : 5 , touches : 2 } , end : function ( e , data ) { console . log ( "2-finger tap" ) ; } } ) . doubletap ( { options : {


【文件预览】:
touche-gh-pages
----.jshintrc(219B)
----.gitignore(2KB)
----package.json(683B)
----.travis.yml(128B)
----LICENSE(1KB)
----.gitmodules(0B)
----demo()
--------index-built.html(796B)
--------index.js(2KB)
--------index.html(2KB)
--------1finger.svg(879B)
----touche.sublime-project(417B)
----lib()
--------core()
--------gestures()
----readme.md(4KB)
----GruntFile.js(3KB)
----.gitattributes(483B)
----docs()
--------tap.js.html(3KB)
--------gesture-handler.js.html(8KB)
--------T.gestures.html(7KB)
--------cache.js.html(3KB)
--------longtap.js.html(5KB)
--------gesture.js.html(5KB)
--------util.js.html(9KB)
--------T.Cache.html(7KB)
--------doubletap.js.html(3KB)
--------T.Point.html(5KB)
--------T.utils.html(20KB)
--------point.js.html(2KB)
--------rotate.js.html(4KB)
--------T.html(5KB)
--------scripts()
--------touche.js.html(4KB)
--------index.html(1KB)
--------T.GestureHandler.html(3KB)
--------T.Gesture.html(9KB)
--------T.Rect.html(6KB)
--------rect.js.html(2KB)
--------styles()
--------pinch.js.html(4KB)
--------swipe.js.html(4KB)
----test()
--------test.2fingertap.js(5KB)
--------test.user-api.js(4KB)
--------test.utils.js(6KB)
--------test.helper.js(75B)
--------test.doubletap.js(6KB)
--------test.swipe.js(7KB)
--------test.point.js(498B)
--------simulator.js(4KB)
--------index.html(2KB)
--------test.combined.js(10KB)
--------mocha()
--------test.longtap.js(7KB)
--------test.rect.js(1000B)
--------test.tap.js(4KB)
----.editorconfig(89B)

网友评论