Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.07 KB

README.md

File metadata and controls

46 lines (35 loc) · 2.07 KB

Core-Animation

More GIFs

Horizontal layout

Learned how to:

  • draw circle and arc using CAShapeLayer and UIBezierPath
  • animate properties of CoreAnimation classes using CABasicAnimation and CASpringAnimation
  • animate UILabel text content using CADisplayLink
  • replicate layers using CAReplicatorLayer with move and rotate transforms
  • create a CAEmitterLayer layer with CAEmitterCell and manage its properties

Conclusion

Using CABasicAnimation, I have come to the conclusion that the overlaid animation layer disappears after it is launched and does not affect the main layer. Additionally, the base layer can only contain one animation layer.

Used CoreAnimation Classes

CALayer classes Additionally
CALayer UIBezierPath
CAShapeLayer CABasicAnimation
CAEmitterLayer CASpringAnimation
CAEmitterCell CADisplayLink
CAReplicatorLayer CGAffineTransforms