文件名称:TouchSwipe-Zepto-Plugin:TouchSwipe是一个zepto插件,可与Zepto一起在触摸输入设备(如iPad,iPhone等)上使用。
文件大小:205KB
文件格式:ZIP
更新时间:2024-05-28 12:48:56
JavaScript
最近做webAPP应用用到一些touch事件,找了很多touch的库(包括zepto的touch模块),在手机上测试都是有各种各样的问题,要么就滑不动,要么只能左右滑动不能上下滑动等,终于找到一个好用强大的touch库,但是只有jquery版本的,然后我就把它改成了也兼容zepto的版本放到了这里。 github项目地址: 本改装是基于官网的1.6.9,只需要zepto的核心模块:zepto,event,data(可选) Demos Basic swipe events: swipe,swipeLeft, swipeRight, swipeUp, swipeDown $("#test").swipe( { swipe:function(event, direction, distance, duration, fingerCount, fingerData) { $("#test")
【文件预览】:
TouchSwipe-Zepto-Plugin-master
----README.md(2KB)
----zepto.touchSwipe.js(51KB)
----zepto.touchSwipe.min.js(19KB)
----docs()
--------css()
--------files.html(4KB)
--------symbols()
--------img()
--------js()
--------index.html(12KB)
----LICENSE(1KB)
----bower.json(196B)
----package.json(1003B)
----demos()
--------css()
--------Image_gallery_example.html(5KB)
--------Page_zoom.html(2KB)
--------Stop_propegation.html(3KB)
--------Hold.html(3KB)
--------Any_finger_swipe.html(2KB)
--------Thresholds.html(4KB)
--------Options.html(3KB)
--------Excluded_children.html(4KB)
--------Pinch.html(3KB)
--------Handlers_and_events.html(6KB)
--------Swipe_status.html(4KB)
--------Enable_and_destroy.html(3KB)
--------Trigger_handlers.html(6KB)
--------Pinch_and_Swipe.html(4KB)
--------Basic_swipe.html(2KB)
--------js()
--------Single_swipe.html(2KB)
--------Pinch_status.html(2KB)
--------index.html(3KB)
--------Page_scrolling.html(6KB)
--------Tap_vs_swipe.html(5KB)
--------Finger_swipe.html(2KB)
----jquery.touchSwipe.min.js(11KB)
----jquery.touchSwipe.js(71KB)