0.0.1 • Published 4 years ago

junho-mobile-touch v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

junho-mobile-touch

junho-mobile-touch是一个移动触摸事件库,支持双击、单击、长按事件等

  • 目前仅支持移动端使用

Installation

  • npm install --save-dev junho-mobile-touch

Usege

  import { Swiper } from 'junho-mobile-touch'

  new Swiper(domElement, className, swiperType, callback)

Events

方法名说明参数
Swiper用于手机端滑动特效(domElement: element, className: string, swiperType: string, callback: func)
TouchTag手机触摸事件(element: element, callback: func)

example

有问题请提交Issure,本人会及时处理