Question

the title is self-explaining. On iPhone, Mobile Safari is WebKit based and supports hardware-accelerated -webkit-transform CSS properties. To be specific, I use the translate3d() transform.

What alternative is there for the Android browser? I need it to work on Android 1.5.

Thanks in advance.

Was it helpful?

Solution

The Android browser is webkit based as well so your animations should work as desired.

Take a look at an article I read recently.

http://www.ibm.com/developerworks/opensource/library/os-androidiphone1/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top