I noticed recently that the iPhone displays jQuery animations very smoothly (see: engineyard.com on the iphone), which means that Apple has significantly improved their iPhone rendering engine since 1.0. That said, I still think it'd be great to be able to use native animations where available. -- Yehuda
On Tue, Oct 7, 2008 at 11:07 AM, John Resig <[EMAIL PROTECTED]> wrote: > > How would you detect if someone is on a slower machine? (Just curious) > > But yes, it was discussed recently that passing in an animation speed > of 0 might have that effect. Another good side effect is that > animations can be disabled for accessibility reasons (e.g. people who > have extreme motion sickness). > > --John > > > > On Tue, Oct 7, 2008 at 11:00 AM, Florin <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > Animations and special effects (like fadeIn/fadeOut) are very nice, > > but on slower computers they don't look so good and are a serious > > performance issue. > > > > Would you consider an option to disable the animations? > > > > For instance, any call to animate() would just set the corresponding > > final CSS and call the callback, without animating through the > > intermediate steps ? > > > > Any workarounds which don't require changing the code a lot ? > > > > > > > > > > > > > > > > > > > > > -- Yehuda Katz Developer | Engine Yard (ph) 718.877.1325 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" 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/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
