I'm digging up an old thread, but this was very helpful, and so easy to implement. thanks!
In case anyone else is interested, I added easing to this transition by adding the following line to the moveFrom method:
Code:
group.timingFunction = [CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionEaseInEaseOut];
Quick question though ... in the middle of a transition I see white in the background. Is there anyway to make this another color, or even better, an image? It probably depends on how I have my project structured, but if you could give me some points it would be great.
thanks again