[jQuery] Re: iPhone and slide animations

2007-12-20 Thread kpmartin
Awesome. Thanks for giving me something to chase down.

[jQuery] iPhone and slide animations

2007-12-19 Thread kpmartin
Is anyone using jQuery on iPhone? I tried altering the iui iphonenav.js script to use jQuery and, though it works, it seems very very slow when performing the right to left (or vice versa) slide transitions. I'm just doing something like this... fromPanelElem.animate({ left: 0px }, 500 );