Cirque icon indicating copy to clipboard operation
Cirque copied to clipboard

[WIP] feature/animation

Open seanclen opened this issue 7 years ago • 1 comments

Add custom animation support. From #1

Initial thoughts:

  • Separate drawing into separate subclass of CALayer
  • Properties of CALayer subclass to animate are properties in parent UIView class
  • Easy way out: use a mask.
  • Future-proof way: animate by stepSize. (opportunities to play with width, color, etc.)

seanclen avatar May 18 '18 06:05 seanclen

Very exciting 😃 When I get time later this week, I can share my current implementation with you here. Would love to share some feedback 👌

philipengberg avatar May 22 '18 12:05 philipengberg