On Apr 17, 2008, at 3:45 AM, Michael Vannorsdel wrote:

I'm not sure what the animator method returns. If you're asking how to control the duration of an NSWindow resize animation, you need to subclass NSWindow and override animationResizeTime: to return the duration you want.



no, this is different.

have a look at the NSAnimatablePropertyContainer protocol. the animator returns a proxy for the view that allows you to get implicit animation for properties of the view.



On Apr 17, 2008, at 1:32 AM, Mike Manzano wrote:

Is there an easy way to change the duration of an implicit animation--the kind you get when you do something like this?

[[myWindow animator] setFrame:newFrame display:NO] ;

_______________________________________________

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/scott%40cocoadoc.com

This email sent to [EMAIL PROTECTED]

_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to