xxhp / Core-Animation-Fun-House

Core Animation Examples (Basics, Replicator, Reflection, Wiggle Jiggle, Lissajous Curve, Sine Wave, etc.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Animation Fun House

Created by Brian Coyner, 2011

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 and CAGradientLayer to create a reflection (with full sublayer animation support)
  • Wiggle and jiggle (using two explicit animations)

About

Core Animation Examples (Basics, Replicator, Reflection, Wiggle Jiggle, Lissajous Curve, Sine Wave, etc.)