I've been on the hunt for an easy-to-use jQuery animation library that is perfect for my mobile webapp.
Specifically, I'm looking for "Flip" and "Slide" animations similar to what you see on Flipboard or Android devices. These animations should be touch-ready so they can be triggered by user interactions like touchstart, touchmove, touchcancel, touchEnd->autoplay, and touchEnd->reverse.
While there are plenty of CSS3 animation libraries out there, I haven't come across anything that supports touch gestures in the way I need. Can anyone recommend a library that meets these requirements?
By the way, whether it's jQuery or MooTools doesn't matter. Thanks!