[android-developers] Re: Issue in android:duration in frame animation

2009-03-24 Thread Nithin
Thanks Romain for that input, actually i tried some weird things... anyway thanks for the information.. Nithin On Mar 19, 8:26 pm, Romain Guy romain...@google.com wrote: Note that the hardware also won't let you do more than 60 frames per second, so any duration lower than 15ms is useless.

[android-developers] Re: Issue in android:duration in frame animation

2009-03-19 Thread Romain Guy
It's normal, 15ms is the resolution of the clock on the G1. It's the same kind of resolution you can expect on desktop machines. On Thu, Mar 19, 2009 at 2:05 AM, Nithin nithin.war...@gmail.com wrote: Hi, In Frame Animation, in item tag, when i am putting android:duration=5, its not working.

[android-developers] Re: Issue in android:duration in frame animation

2009-03-19 Thread Romain Guy
Note that the hardware also won't let you do more than 60 frames per second, so any duration lower than 15ms is useless. On Thu, Mar 19, 2009 at 8:26 AM, Romain Guy romain...@google.com wrote: It's normal, 15ms is the resolution of the clock on the G1. It's the same kind of resolution you can