通过对touch的基础事件的封装,可以完成高级事件
hammer.js
方便使用移动端高及格级事件 (而且兼容性很好)
中文文档
swipe 快速滑
pan 慢慢滑
<!doctype html><html lang="en"><head> <meta chart="utf-8"> <title>touch</title> <style> .box{ 先发制人造句 width:90px; height:90px; background:pink; } </style></head><body> <div class="box" id="box"></div俄国十月革命> <script src="hammer.min.js"></script> <script> var hammer=new hammer(box); hammer.on("swipe pan tap doubletap press pinch rotate",function(e){ console.log(e.type); console.log(e); }); //可用于幻灯片 hammer.on("swiperight",function(e){ console.log("prev"); })西北大学现代学院官网; hammer.on("swipeleft",function(e){ console.log("next"); }); </s公务员公共基础知识cript></body></html>
本文发布于:2023-04-07 08:53:33,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/a60ea74187687c24ca1efb44edb3c491.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:移动端事件(其他触摸事件)hammer.js.doc
本文 PDF 下载地址:移动端事件(其他触摸事件)hammer.js.pdf
留言与评论(共有 0 条评论) |