Class: Gesture

new Gesture(node, config)

手势插件
版本:
  • 1.0
作者:
  • Aidenxiong
继承:
源码:
Example
		var gest = new mo.Gesture(document.getElementById('test')).addGesture('swiperight', handler);
  • 参数

  • 方法

  • 名称 类型 参数 描述
    node HTMLElement 绑定手势的节点
    config object <optional>
    基本配置参数
    Properties
    名称 类型 参数 默认值 描述
    preventDefault number <optional>
    false 是否阻止默认时间
  • addGesture(type, func)

    添加手势动作
    源码:

    constructor()

    构造函数
    继承自:
    • mo.Base#constructor
    源码:

    off()

    绑定事件
    继承自:
    • mo.Base#off
    源码:

    on()

    绑定事件
    继承自:
    • mo.Base#on
    源码:

    removeGesture(type, func)

    删除手势动作
    源码:

    trigger()

    触发事件
    继承自:
    • mo.Base#trigger
    源码:
  • 组件使用运行Demo二维码

    Loading...