Search code examples
cssandroidwebkittransformhardware-acceleration

How to achieve smooth (hw accelerated) transitions in the Android browser?


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.


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/