Skip to content

blinkbox/fastclick-hand.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

fastclick-hand.js

FastClick implementation for PointerEvents

Based on Google's FastButton implementation

Usage

<script>
    var button = document.querySelector(".button");
    new PointerEventsFastClick.FastClick(button, function(){
		// run some code
	});
</script>

Optional jQuery plugin, when jQuery is avalaible

<script>
    $('.button').FastClick(function() {
		// run some code
	});
</script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published