0.0.3 • Published 9 years ago

double-tap-component v0.0.3

Weekly downloads
7
License
MIT
Repository
github
Last release
9 years ago

double-tap

double tap on elements. handles both double tap and double click.

Installation

Install with component(1):

$ component install component/double-tap

Example

doubletap(box, function(e) {
  box.style.backgroundColor = randomColor();
});

API

doubletap(el, fn)

Initialize Doubletap.

doubletap.unbind()

Unbind Doubletap

TODO

  • normalize the event object in component/tap. right now depending on if the device supports touch or not, the event object will be different (ex. no e.pageX on mobile)

  • instead of handling click in doubleclick, move click logic to component/tap

License

MIT