Re: [NSViewAnimation BUG] NSAnimationEaseOut
Re: [NSViewAnimation BUG] NSAnimationEaseOut
- Subject: Re: [NSViewAnimation BUG] NSAnimationEaseOut
- From: Ivan Kourtev <email@hidden>
- Date: Fri, 6 Oct 2006 10:00:06 -0400
I've used both NSAnimation and NSViewAnimation classes quite a bit
and haven't encountered the bug you mentioned.
Perhaps you are confusing NSAnimationEaseOut (relevant to
NSAnimation) with NSViewAnimationFadeOutEffect (relevant to
NSViewAnimation)?
NSAnimationEaseOut is a constant that affects NSAnimation (the base
class for NSViewAnimation). NSAnimation always progresses from 0.0
to 1.0, and the constants such as NSAnimationEaseOut affect how this
progress occurs over time. If you subclass NSAnimation and override
currentProgress you can observe the animation progress from 0.0 to 1.0.
--
ivan
On Oct 6, 2006, at 9:15 AM, Stephane wrote:
According to the documentation:
NSAnimationEaseOut
Describes an animation that slowly speeds up from the start.
Available in Mac OS X v10.4 and later.
---------
This does not explain why when you use NSAnimationEaseOut, the
animation is displayed in the reversed order (i.e. End -> Start).
Mac OS X 10.4.8.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden