Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ole/Animated-Paths

Demo project: Animating the drawing of a CGPath with CAShapeLayer.strokeEnd
https://github.com/ole/Animated-Paths

Last synced: 3 days ago
JSON representation

Demo project: Animating the drawing of a CGPath with CAShapeLayer.strokeEnd

Awesome Lists containing this project

README

        

# Animated Paths for iPad

Animating the drawing of a `CGPath` with the help of `CAShapeLayer.strokeEnd`.

This is a demo project for my blog post at [http://oleb.net/blog/2010/12/animating-drawing-of-cgpath-with-cashapelayer/](http://oleb.net/blog/2010/12/animating-drawing-of-cgpath-with-cashapelayer/).

Robin Chao wrote [a Swift version](https://github.com/RobinChao/AnimatedPaths) of this.