摘要: touchstart 给 el设置 start_time = new Date() start_pos = {x,y} touchmove 记录 end_time = new Date() end_pos = {x,y} 进行终止检测,判断相对于起点的位移,持续时间。 touchmove 记录 en 阅读全文
posted @ 2020-04-22 10:38 菜鸡_chicken 阅读(162) 评论(0) 推荐(0) 编辑