Re: CATransition for whole windows?
Re: CATransition for whole windows?
- Subject: Re: CATransition for whole windows?
- From: Kyle Sluder <email@hidden>
- Date: Mon, 23 Nov 2009 09:42:15 -0800
On Nov 23, 2009, at 9:32 AM, PCWiz <email@hidden> wrote:
CATransition can be used to animate views, but is there a way to
animate complete windows (NSWindow's or NSPanel's)?
It depends on what you mean. You have the animator proxy, of course,
which can do opacity and frame changes. Changes to subviews of the
window's content view can be animated in Core Animation just like any
other. Windows themselves can't be Done with Core Animation, but
NSAnimation would work for your purposes. Though I don't see what you
could want to do that the animator proxy doesn't already take care of
for you.
--Kyle Sluder
_______________________________________________
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