A suite of sample code showing how to use various aspects of the Core Animation framework
Examples include:
- Implicit animations (size, color, border, corners, etc.)
- Explicit animations (transforms)
- Animation along a path
- Bézier curve editor (with animation along a path)
- Using a
CAReplicatorLayer
andCAGradientLayer
to create a reflection (with full sublayer animation support) - Wiggle and jiggle (using two explicit animations)