Hello All,
I have been developing some stuff on the beta iPhone 2.0 firmware. I
am utilizing CSS Animations and Transforms but I am running into a bit
of a problem.
I would like this app to be used in other places, many that of course
do not support CSS Animations and Transforms. I want to serve other
devices/browsers additional JS to perform the animations instead. I
don't want to go the route of browser detection, but rather object
detection.
I have tried:
if(!obj.style.webkitTransform) { .. serve JS } but it doesn't work.
Anyone have any ideas or come across documentation for this?
Cheers,
Amadeus
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---