欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

# touch.js和zepto.js

程序员文章站 2022-05-03 18:04:36
...

1、touch.js

百度touch.js

  • 语法:
touch.on('.div1 ', 'tap ', function (e){

    console.log(e);
})

事件的类型: tap---轻拍

doubletap---双击

hold---长按


swipe---滑动(包括: swipeleft、swiperight、swipeup、swipedown)


rotate----旋转

pinch---缩放(包括: pinchin(缩小)、 pinchout(放大))

自学: hummer.js 网址:http://hammerjs.github.io

2、zepto

网址: http://www.css88.com/doc/zeptojs_api