Friday, December 24, 2010

Re: [android-developers] Re: repeating a set of animation sequentially

I thought about doing that, but doesn't that add an undefined delay before the animation starts again?
(Plus, I'd have to have a state machine to keep track of which animation needs to start next.)

On Fri, Dec 24, 2010 at 8:10 PM, Doug <beafdefx@gmail.com> wrote:
On Dec 24, 2:33 pm, John Lussmyer <johnlussm...@gmail.com> wrote:
> Is there any way to create a list of animations that when they repeat - it
> repeats the list, not each individual animation?

Use OnAnimationEnd to fire up the animation set again?

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment