Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Latest commit

 

History

History
30 lines (17 loc) · 306 Bytes

Readme.md

File metadata and controls

30 lines (17 loc) · 306 Bytes

tap

tap on elements. bypasses the click delay on mobile.

Installation

$ component install component/tap

API

Tap(el, fn)

Initialize a new tap event on el that triggers fn.

tap(el, fn);

.unbind()

Unbind the tap event.

tap.unbind();

License

MIT