Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

24 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages