Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowgp/xui-touchSwipe
port of jquery touchSwipe plugin to XUI
https://github.com/cowgp/xui-touchSwipe
Last synced: 3 days ago
JSON representation
port of jquery touchSwipe plugin to XUI
- Host: GitHub
- URL: https://github.com/cowgp/xui-touchSwipe
- Owner: cowgp
- Created: 2011-05-17T20:24:28.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-17T21:59:52.000Z (over 13 years ago)
- Last Synced: 2024-08-02T05:10:43.335Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 181 KB
- Stars: 24
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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 );
}