Sunday, December 26, 2010

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

It DOES have to run forever.

On Sun, Dec 26, 2010 at 4:14 PM, Doug <beafdefx@gmail.com> wrote:
On Dec 25, 7:37 am, John Lussmyer <johnlussm...@gmail.com> wrote:
> I've already found that RepeatMode/Count on an AnimationSet doesn't work.
> I may end up manually restarting it each time.  It just seemed that having
> an AnimationSequence was a pretty obvious function.  I'm surprised it
> doesn't exist yet.

Or you could try composing an AnimationSet using addAnimation() with
as many Animations as you think will be appropriate for your
requirements, as long as the size of the AnimationSet list can fit in
memory, and it doesn't have to run "forever".


--
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