Re: Animating view transitions with Core Animation (problems with BasicCocoaAnimations sample)

2008-10-16 Thread Troy Stephens
Hi Jim, On Oct 13, 2008, at 3:51 PM, Jim Correia wrote: I have some old NSAnimation based code that I'd like to update to use Core Animation. Since BasicCocoaAnimations [1] does essentially what I want to do (at least for starters) I am using that as a starting point. [1]

Re: Animating view transitions with Core Animation (problems with BasicCocoaAnimations sample)

2008-10-14 Thread Thomas Engelmeier
Am 14.10.2008 um 00:51 schrieb Jim Correia: Problem #3: My current hack is to begin the implicit animations in a group, and use a perform delayed action to cleanup after the animation (based on the groups interval.) This feels like a hack though. Is there a better way? I don't have a

Re: Animating view transitions with Core Animation (problems with BasicCocoaAnimations sample)

2008-10-14 Thread Ken Ferry
On Mon, Oct 13, 2008 at 3:51 PM, Jim Correia [EMAIL PROTECTED] wrote: - Animation for -replaceSubview:with: appears to require a layer backed view tree. This is true. Also true of animations for hiding or adding or removing views. - Focus rings are drawn incorrectly for editable

Animating view transitions with Core Animation (problems with BasicCocoaAnimations sample)

2008-10-13 Thread Jim Correia
I have some old NSAnimation based code that I'd like to update to use Core Animation. Since BasicCocoaAnimations [1] does essentially what I want to do (at least for starters) I am using that as a starting point. [1] http://developer.apple.com/samplecode/BasicCocoaAnimations/index.html