Re: Notification of the end of implicit animations
Re: Notification of the end of implicit animations
- Subject: Re: Notification of the end of implicit animations
- From: Scott Anguish <email@hidden>
- Date: Thu, 13 Dec 2007 16:20:51 -0500
as you've already discovered. CAAnimationGroup is probably the only
way you're going to get CA to give you this information directly. (a
notification that animation is done)
You can 'chain' animations using groups by just delaying the start
time the length of the animation you want it to follow.
You could experiment with setting an NSTimer that would fire at the
end of the implied animation.. but that may not be as precise
On Dec 11, 2007, at 8:16 PM, Layton Duncan wrote:
Or alternatively a way to queue transactions, so that the next
doesn't start until the previous has completed?
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden