Re: Using custom inputExtent for Core Animation transition
Christiaan Hofman <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 20, 2009, at 18:24, Adam R. Maxwell wrote: > > On Sep 20, 2009, at 3:12 AM, Christiaan Hofman wrote: > >>> Even worse, it can screw up the NSUIHeartBeat thread on 10.5: >>> >>> http://www.cocoabuilder.com/archive/message/cocoa/2009/1/8/227043 >>> http://www.cocoabuilder.com/archive/message/cocoa/2009/8/20/243038 >> >> That's not even the biggest problem, as that can be overcome by >> only setting wantsLayer to YES temporarily during the animation. > > No, it can't, because I was doing that in my app (not in the reduced > test case), and some users still noticed the problem. > That's annoying. But do I understand correctly that only applies when the animated view has a throbbing button (or perhaps an NSProgressIndicator)? In that case it's not a problem for me. Christiaan