Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.
/ tap Public archive
forked from component/tap

tap on elements. bypasses the click delay on mobile.

Notifications You must be signed in to change notification settings

pilotcreative/tap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

tap on elements. bypasses the click delay on mobile.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 49.8%
  • JavaScript 45.1%
  • Makefile 5.1%