[jQuery] Re: jQuery + iPhone, improving element animations

2009-02-02 Thread persilj
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. Laun

[jQuery] Re: jQuery + iPhone, improving element animations

2009-02-02 Thread Ricardo Tomasi
The best approach for the iPhone would be to use CSS3 animations, they run much smoother. Also, have you seen jQuery touch? Might be useful: http://www.manifestinteractive.com/iphone/touch/ On Feb 2, 7:04 pm, persilj wrote: > I tend to create versions for different platforms and frameworks from