Core Animation: performing a two-step animation

2011-06-01 Thread Graham Cox
I'm new to Core Animation, so forgive me if I've missed something really obvious. I want to perform a 2-step animation of a layer's -transform, so it appears to expand then shrink back to end up slightly larger than it started out. I can easily do a 1-step animation by using a scaling

Re: Core Animation: performing a two-step animation

2011-06-01 Thread Heath Borders
Perform the second transform after the first animation completes in a separate animation block. You can start the second animation block from the first animation block's completion block. -Heath Borders heath.bord...@gmail.com Twitter: heathborders http://heath-tech.blogspot.com On Wed, Jun