Re: Creating animate-able CALayer properties
Re: Creating animate-able CALayer properties
- Subject: Re: Creating animate-able CALayer properties
- From: Scott Anguish <email@hidden>
- Date: Sun, 20 Jan 2008 02:19:19 -0500
On Jan 19, 2008, at 3:04 PM, Dimitri Bouniol wrote:
Hello,
I would like to create a CALayer subclass that has animate-able
properties (like opacity, position…) like the other CALayer
subclasses available. How would I go about this?
you can't.
animatable properties are applied at render time. And the render tree
is private.
_______________________________________________
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