As I gear up to develop a webapp, I've encountered some issues with animating objects using jQuery or CSS3. The animations appear sluggish and lack fluidity, much like they do on my computer or the iOS Simulator.
I suspect that this may be due to the iPhone not being powerful enough to handle object animations smoothly (as they work fine on the iOS Simulator). So how is it that JQTouch and jQuery Mobile manage to achieve fluid animations on iOS?
I eagerly await your response as I dive into exploring the source code of JQTouch and jQuery Mobile.
Thank you for your assistance!