As I was curious and as I don't know how WebKit/Safari is doing the animating internally, I made a testcase for comparison purposes: http://datacalmers.hoito.org/iphonent/testcase-animate.php
Launch button 1 will toggle moving of the blue div-element from side to side using a jQuery-animate. Launch button 2 will toggle moving of the pink div-element from side to side using a WebKit-transition. Animating css-property 'left' will not give very satisfying results neither when using WebKit-transitions. However, they do fancy me: http://girliemac.com/iphone/anim.html On 3 helmi, 00:08, Ricardo Tomasi <ricardob...@gmail.com> wrote: > The best approach for the iPhone would be to use CSS3 animations, they > run much smoother.