On Nov 23, 2009, at 9:32 AM, PCWiz <pcwiz.supp...@gmail.com> 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 (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

Reply via email to