Re: CATransition for whole windows?
Re: CATransition for whole windows?
- Subject: Re: CATransition for whole windows?
- From: Jens Alfke <email@hidden>
- Date: Mon, 23 Nov 2009 09:42:56 -0800
On Nov 23, 2009, at 9:32 AM, PCWiz wrote:
> CATransition can be used to animate views, but is there a way to animate complete windows (NSWindow's or NSPanel's)?
If you're just talking about animating movement/resize, you can do that with -setFrame:display:animate: or using the NSAnimatablePropertyContainer protocol that NSWindow implements.
If you mean funky distortion/transform effects on windows, I don't believe there is any public API. Internally the WindowServer supports arbitrary mesh deformations for windows, but the API for that is private; it's only used for things like the Dock's "genie effect".
—Jens_______________________________________________
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