Skip to content

cowgp/xui-touchSwipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Port of TouchSwipe JQuery plugin to be used with XUI instead of JQuery.

Info on TouchSwipe can be found here:
http://labs.skinkers.com/touchSwipe/

Documentation on options for TouchSwipe on it's website remain relevant so please refer there.


example implementation:
----------------------------------------------
function init ()
{
	var swipeOptions=
	       {
	           swipeStatus:swipeStatus,
	           swipeLeft:slidePagesLeft,
	           swipeRight:slidePagesRight,
	           triggerOnTouchEnd:true,
	           threshold:75,
	           allowPageScroll:"auto"
	       };

	x$(".mainContent").swipe( swipeOptions );
	
}

About

port of jquery touchSwipe plugin to XUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published