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 -~----------~----~----~----~------~----~------~--~---
