• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: [NSViewAnimation BUG] NSAnimationEaseOut
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
  • Follow-Ups:
    • Re: [NSViewAnimation BUG] NSAnimationEaseOut
      • From: Joe Baskerville <email@hidden>
References: 
 >[NSViewAnimation BUG] NSAnimationEaseOut (From: Stephane <email@hidden>)

  • Prev by Date: Hit-testing in custom NSCell in NSTableview
  • Next by Date: print name of a constant
  • Previous by thread: [NSViewAnimation BUG] NSAnimationEaseOut
  • Next by thread: Re: [NSViewAnimation BUG] NSAnimationEaseOut
  • Index(es):
    • Date
    • Thread