I’m developing HTML5 app for Android and iOS. All I need is to slide hidden menu by sweeping it right and hiding it back with a left sweep.
I can use CSS3 transition for the animation so what I’m looking for is really simple framework which provides the javascript events or if someone has experience.
Thanks in Advance.
If you’re familiar with jQuery in any sense, then zepto.js would be good enough (and light-weighted) to get your problem solved.