Re: NSViewAnimation on bounds
Re: NSViewAnimation on bounds
- Subject: Re: NSViewAnimation on bounds
- From: Fritz Anderson <email@hidden>
- Date: Fri, 17 Aug 2007 10:28:14 -0500
The summary documentation for NSViewAnimation says it applies to frame
location/size and fade-in/out. That excludes bounds animation. I'd
take it at its word.
It should suffice to use a plain NSAnimation to call a view method
that does setBounds: and setNeedsDisplay: . You'll have to do your own
arithmetic for the intermediate bounds. Feh.
Could be a neat effect, though. I'll have to keep it in mind.
— F
On 17 Aug 2007, at 8:42 AM, Alexander Cohen wrote:
Is it possible to run an NSViewAnimation on a views bounds instead
of its frame. I know we have the NSViewAnimationEndFrameKey
constant, but im looking for something like
NViewAnimationEndBoundsKey.
_______________________________________________
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