• 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: replacing NSViewAnimation with CoreAnimation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: replacing NSViewAnimation with CoreAnimation


  • Subject: Re: replacing NSViewAnimation with CoreAnimation
  • From: Scott Anguish <email@hidden>
  • Date: Wed, 21 Nov 2007 15:10:21 -0500


On Nov 21, 2007, at 8:25 AM, Christoph Vogelbusch wrote:

Hi,

I just wonder did Apple replace NSViewAnimation internaly with CoreAnimation or
should I detect Leopard and use CoreAnimation instead of NSViewAnimation under Leopard?



If you're NSViewAnimation works, and you want to continue to target Tiger as well as Leopard, I don't see why you'd want to change to the new Animation Proxy api. It's just going to add to your code support.


Mind you, if you're writing something new and only targeting Leopard you can't beat just doing

[[myView animator] setFrame:newRect];


_______________________________________________

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


  • Follow-Ups:
    • Re: replacing NSViewAnimation with CoreAnimation
      • From: email@hidden (Stefan Haller)
    • Re: replacing NSViewAnimation with CoreAnimation
      • From: Christoph Vogelbusch <email@hidden>
References: 
 >replacing NSViewAnimation with CoreAnimation (From: Christoph Vogelbusch <email@hidden>)

  • Prev by Date: Problem with Authorization
  • Next by Date: Re: NSWindow and Core Anim - flickering
  • Previous by thread: Re: replacing NSViewAnimation with CoreAnimation
  • Next by thread: Re: replacing NSViewAnimation with CoreAnimation
  • Index(es):
    • Date
    • Thread