An aside: I know -webkit-transform works on Android WebKit and I've used that to drive animations on that platform.
On Fri, May 15, 2009 at 8:19 AM, Doug Hamlin <[email protected]> wrote: > To go slightly off topic, does anyone have a list of what HTML5/CSS3 > features do and do not work in Android WebKit? I found out the hard way that > animations don't work yet. > > On Fri, May 15, 2009 at 10:14 AM, David Kaneda <[email protected]> wrote: >> >> Not all WebKit supports animations (like the current version of WebKit on >> the Android). >> To detect in terms of features, I would just look at the accompanying >> Javascript classes and somehow detect if they exist, like >> "WebKitTransitionEvent"- (haven't had a chance to test) >> Best, >> Dave >> - >> www.webkitbits.com >> >> On May 15, 2009, at 10:31 AM, Chris Collett wrote: >> >> Wouldn't you just detect the browser? Only certain browser support >> transitions right? >> >> >> On Fri, May 15, 2009 at 4:37 AM, Sean Gilligan <[email protected]> >> wrote: >>> >>> Does anyone know how to detect if CSS transitions are supported? Is >>> there a way to do it using "feature detection"? >>> >>> Thanks in advance, >>> >>> Sean >>> >>> >>> >> >> >> >> >> >> >> > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
