-
Notifications
You must be signed in to change notification settings - Fork 6
cowgp/xui-touchSwipe
Folders and files
Name | Name | 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: https://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 0
No packages published