Hacker News new | ask | show | jobs
by calo_star 1283 days ago
How do you animate paths (morphing shapes) with Core Animation?
1 comments

CAShapeLayer has support for this.
Fascinating! I touched AppKit and Core Animation a long time ago and I had no idea this existed. Does this mean the gesture animations in iOS system (such as opening an app on springboard) are drawn by this?
No idea, honestly. But it sounds about right?