• 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
NSView alphaValue animation on 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSView alphaValue animation on 10.5


  • Subject: NSView alphaValue animation on 10.5
  • From: Alexander Cohen <email@hidden>
  • Date: Wed, 8 Sep 2010 15:32:31 -0400

Hi,

I've got a lot of code that depends on 10.6's use of NSView's animator and setAlphaValue for showing and hiding animations. Now, i need to bring this to 10.5. On 10.5, to animate the alphaValue, i learnt that the NSView needs to be backed by a layer. I tried doing that and it created mayhem, so i don't think i can go that route. I could use NSViewAnimation but that would create 2 sets of code and i'd rather just stick with [[view animator] setAlphaValue:val]. Does anyone have any idea how to get something working without having to if/else all these calls?

thx

AC_______________________________________________

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: NSView alphaValue animation on 10.5
      • From: Kyle Sluder <email@hidden>
  • Prev by Date: missing features in iOS 4 block-based UIView animation
  • Next by Date: Re: NSNumber compare: Giving Unexpected Results
  • Previous by thread: missing features in iOS 4 block-based UIView animation
  • Next by thread: Re: NSView alphaValue animation on 10.5
  • Index(es):
    • Date
    • Thread