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 (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