Re: Resizing NSView with CABasicAnimation
Re: Resizing NSView with CABasicAnimation
- Subject: Re: Resizing NSView with CABasicAnimation
- From: Scott Anguish <email@hidden>
- Date: Wed, 16 Apr 2008 01:02:32 -0400
On Apr 15, 2008, at 11:01 PM, Bill Dudney wrote:
Hi Michael,
Are you layer backed or layer hosting (i.e. did you se the layer
explicitly?) If you are layer hosting then add he explicit animation
to the view instead of the layer (when layer backing you should not
manipulate the layer directly).
I don't think it matters. If he's trying to resize the view, the
layers aren't relevant. this can be done trivially through the view's
animator with or without layer backing/layer hosting/ being on.
If you are doing layer hosting then try leaving the 'from' and 'to'
values out.
_______________________________________________
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