I would like to create a set of animations in Series. For example
Fade in for 2 seconds
Rotate for 2 seconds
Fade out for 2 seconds
What is the best way to achieve this? I have tried to use the CAAnimation group but that seems to animate its array of animations in parallel. I want a do animation 1 then do animation 2 and then do animation 3 (Series)
You should be using the block based animation for all animations like these.
For an animation like this the
animateKeyFrames
block would be perfect...