I want to animate a group of CALayers quickly onto the screen, but once on the screen they slow down but continue to animate until an event occurs or they animate off the screen. Further, although each object animates onto the screen at the same speed they all slow to a different speed, and they all hit their target speed concurrently.
I was thinking of using an animation group to do the initial animation that gets the layers onto the screen ensuring they all hit their target locations at the same time (this is the location at which they all start slowing concurrently) but I don't then know how to slow each layer down individually to their target speeds without causing a break in the animation.
Any ideas?