Not sure explicit reason it's smoother, but Apple has noted (forget the link) that a certain bug makes also makes translate3d faster and more reliable than translate() or translateX() — just pass 0s for the other options: translate3d(newx, 0,0);
Best, Dave On Sep 21, 2009, at 12:02 PM, Jorge Chamorro wrote: > > On 21/09/2009, at 17:44, David Kaneda wrote: > >> FWIW: You'll want to use -webkit-transform: translate() — or even >> translate3d() — instead of left. It'll come out smoother- >> >> Best, >> >> Dave > > I saw Sean is using translateX(%) in iui.js., I'll give it a try. > Thanks ! > > But, btw, any guess about why is it smoother than "left" ? > > -- > Jorge. > > .............................................................. Interface Design & Development www.davidkaneda.com 610 724 8033 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
