I'm trying to build a phonegap application that I hope to work on blackberry OS6+, iOS 4+ and android 2.2+ devices. I'm taking a look at XUI.JS as the javascript library. Does XUI offer me the tools to easily create swiping, sliding and fading effects? If so, can someone show me functional code as an example? I don't see full examples on the XUI website.

link|improve this question

feedback

1 Answer

Yes, there is a swipe plugin for XUI at github.com/xui/xui-plugins/tree/master/swipe which you can use to detect swipe and tap actions. You can then add effects using the .tween() method.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.