Evan,
According to Cocoadev.com, "Animator proxies can be used with or without
layer-backed mode." Here is the page that mentions this:
http://www.cocoadev.com/index.pl?CoreAnimation
I hope that helps.
Regards,
Sean
On Wed, Aug 12, 2009 at 10:22 AM, Evan Moseman wrote:
> Sean,
>
> Thanks very
Sean,
Thanks very much for the link, the example project is fundamentally
doing the same things that I'm trying to accomplish, without the
linked-list functionality.
I ran the app and noticed that the animating views were also being
clipped by the window. After seeing this example it mak
I am experiencing some strange subview appearance issues, but it may be
unrelated. You may want to take a look at this post by Marcus Zarra, which
may be useful:
http://www.cimgf.com/2008/03/03/core-animation-tutorial-wizard-dialog-with-transitions/
Regards,
Sean
On Sun, Aug 9, 2009 at 9:54 AM,
I have a simple view transition, and am using a slide transition in
combination with NSView's replaceSubview: with: method to swap a
view's subviews. The problem I'm running into with this transition in
particular is that it doesn't clip to the parent view. The views that
are being swappe