From 0ce9b2af46e5be10c2ff7abeb02e248301bd088e Mon Sep 17 00:00:00 2001 From: Scott Bates Date: Tue, 17 May 2011 13:37:09 -0700 Subject: [PATCH] readme --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README b/README index e69de29..3274586 100644 --- a/README +++ b/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 ); + +} \ No newline at end of file