WebOrganics / hammer.js

A javascript library for multi-touch gestures :// You can touch this

Home Page:http://eightmedia.github.io/hammer.js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hammer.js

Build Status

A javascript library for multi-touch gestures

I told you, homeboy / You CAN touch this / Yeah, that's how we living and you know / You CAN touch this

Looking for the jQuery plugin? It has his own repository now.

Features

  • Under 3kb minified and gzipped!
  • Detects Tap, DoubleTap, Swipe, Drag, Pinch, and Rotate gestures
  • DOM Events
  • Debug plugins
  • Custom gestures
  • Chainable instance methods
  • AMD/CommonJS support
  • Unit tests
  • Option to disable mouse support, so only for touch and pen input.
  • Sourcemaps
  • Highly configurable
  • jQuery plugin available here

Getting Started

See the Wiki on GitHub for documentation.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt. Please don't commit the dist versions with your changes, only the changed source files.

Further notes

Created by Jorik Tangelder and developed at Eight Media in Arnhem, the Netherlands.

It's recommend to listen to this loop while using hammer.js.

About

A javascript library for multi-touch gestures :// You can touch this

http://eightmedia.github.io/hammer.js/

License:MIT License