views:

82

answers:

1

Hi, 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.

A: 

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/

Marko
I tried to transform an element on a separate page and it does work on the Android 2.2 but not on 1.5.
Jan Kuča
The Android 1.5 browser has proven to be quite crap actually, even animated gifs don't work which is a shame.
Marko
You might need to use javascrpit/jquery to achieve the desired animation, but I'm not sure it'll be hardware accelerated.
Marko
Drawing on Android is not hw accelerated anywhere. The reason given for this is that lower end/older devices didn't support it. So hopefully it will come in Android 3.0 :)
alexanderblom