Skip navigation.
 
mlInterface Builder Layer Transitions
FROM : Andrew Pouliot
DATE : Mon Jan 07 23:16:16 2008

I'm trying to use Core Animation to make a "push" transition for
subviews inside a window with previous and next buttons.

I tried setting the transition effects in IB for each view's "Order
In" transition, as well as setting the containing view's "Subviews"
transition, to no avail.

[subviewArea addSubview:view] causes an immediate transition, while
[[subviewArea animator] addSubview:view] causes a fade transition, not
the transition I was expecting

When I ask [[view layer] animationForKey:NSViewAnimationFadeInEffect]
in gdb it returns nil. Not sure if this is related.

Here is the test project I'm working on:
http://beta.darknoon.com/andpoul/IBTransitionTest.zip

I searched in the archive and didn't turn up anything. Any help would
be greatly appreciated!

—Andrew Pouliot / darknoon

Related mailsAuthorDate
mlInterface Builder Layer Transitions Andrew Pouliot Jan 7, 23:16
mlRe: Interface Builder Layer Transitions Troy Stephens Jan 8, 02:42