• 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
Animate NSWindow frame using Core Animation?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Animate NSWindow frame using Core Animation?


  • Subject: Animate NSWindow frame using Core Animation?
  • From: Oleg Krupnov <email@hidden>
  • Date: Fri, 16 Jul 2010 12:55:08 +0300

Hi,

I'm using quite a few animations in my app's UI, using the Core
Animation, and all of the animations work wonderfully smooth and
quick.

However, when I need to animate the frame of the window (namely,
change its size), it feels so sluggish and jagged.

I guess this is because, unlike the views inside the window, the
window itself is not using Core Animation under the hood, but some
"usual" Quartz drawing.

So the question is, is there a way to make the NSWindow also use Core
Animation when animating the change of its size or position?

So far I have tried NSViewAnimation, [NSWindow animator] proxy and
even explicitly added CAAnimations to the proxy, but it all seems to
result in the same sluggish animation.

Thanks,

Oleg.
_______________________________________________

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: Animate NSWindow frame using Core Animation?
      • From: Mike Abdullah <email@hidden>
  • Prev by Date: Re: how to deploy the sqlite file in my Cocoa application installation
  • Next by Date: Re: Animate NSWindow frame using Core Animation?
  • Previous by thread: Re: Data Protection on iOS 4 with Core Data
  • Next by thread: Re: Animate NSWindow frame using Core Animation?
  • Index(es):
    • Date
    • Thread