Skip to content

Instantly share code, notes, and snippets.

View Smuliii's full-sized avatar

Samuli Saarinen Smuliii

View GitHub Profile
/**
* Detect swiping
*/
;(function( $, window, document, undefined ) {
var pluginName = 'detectSwipe',
defaults = {
direction : '',
minLength : 35,
onStart : function( direction, length ) {},