hi,
correct me if I'm wrong: current iUI scrolling implements "virtual
viewport" scrolling to speed up user experience,
jQuery i guess use old-iUI solution to slide DOM elements (which could
be inneficient),
regards,
Peter
On Dec 19, 11:07 pm, kpmartin <[EMAIL PROTECTED]> wrote:
> Is anyone using jQuery to do the slide animations (moving a panel from
> right to left or vice versa)? I took the iui iphonenav.js script and
> replaced bits of it with jQuery and thought t all works, it's very
> very slow when performing the slide animation. I'm just using
> something like...
>
> fromPanelElem.animate({ left: "0px" }, 500 );
> toPanelElem.animate({ left: "-320px" }, 500 );
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---