On Mon, Nov 16, 2009 at 11:01 AM, Matt Neuburg <m...@tidbits.com> wrote: > Nothing here "runs contrary to the documentation." We're now talking apples > and oranges. The "key" used in addAnimation:forKey: (such as kCATransition) > has nothing whatever to do with the "key" that arrives in > actionForLayer:forKey:. They both happen to be called "key" but that's all. > The former, as I explained in my previous message, is just an arbitrary > name, which is used just in case you need to call removeAnimationForKey: > later, and for no other purpose. The latter is the name of a CALayer > animatable property; that property is changing, and you are now being asked > whether to animate that property.
You have it backwards. kCATransition is documented to be sent as the action identifier to -actionForLayer:forKey: whenever the sublayer tree changes. Instead, CA is only sending @"sublayers". This is incorrect. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com