Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cowgp committed May 17, 2011
1 parent 1fbc27a commit 0ce9b2a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README
@@ -0,0 +1,25 @@
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 );

}

0 comments on commit 0ce9b2a

Please sign in to comment.