0.1.1 • Published 13 years ago

ender-poke v0.1.1

Weekly downloads
9
License
-
Repository
github
Last release
13 years ago

Ender Poke

A tiny (about 600 bytes minified) Ender module for handling swipe gestures on mobile devices. Currently, the four cardinal directions are supported. To use it, add it to your Ender build (see below for help on that) and do something like this:

$('#someElement').poke({
	'N-S': function() {
		//do stuff on "north, then south" swipe
	},
	'W': function() {
		//do stuff on "west" swipe
	},
	'S-E-N': function() {
		//do stuff on "south, east, then north" swipe
	}
});

Ender

Poke is an NPM package that requires Ender. If you're not already using Ender, you're missing out; get it now:

$ npm install ender -g

If you're new to Ender, this will get you going:

$ ender build ender-poke

If you're already running Ender, just add it:

$ ender add ender-poke
0.1.1

13 years ago

0.0.1

13 years ago