This package has been deprecated

Author message:

This module is no longer needed.

properjs-hammered

0.3.2 • Public • Published

Hammered

Hammerjs event delegation wrapper.

Deprecated

No longer necessary, no longer maintained...

Installation

npm install properjs-hammered --save-dev

Usage

You can create an instance and use jQuery style event delegation with hammerjs.

var Hammered = require( "properjs-hammered" ),
    hammered = new Hammered( el, opts );


// Only fires if element matches or is contained by selector
hammered.on( "tap", ".js-tap-element", onTapHandler );

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i properjs-hammered

    Weekly Downloads

    1

    Version

    0.3.2

    License

    none

    Last publish

    Collaborators

    • kitajchuk