Hi,

When doing RotateAnimation,  after each rotation, animation is
stopping and starting again. I gave
setRepeatCount(RotateAnimation.INFINITE);
setRepeatMode(RotateAnimation.RESTART);

My rotateAnim is like this,

new RotateAnimation(0, 360, w / 2, h / 2);

still after one complete rotation its stopping and starting again. I
think , by default, its using AccelerateDeccelerateInterpolator(). How
can I do the rotation continuously

Nithin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to