Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ole/Animated-Paths
- Owner: ole
- License: other
- Archived: true
- Created: 2010-12-17T18:19:28.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T16:17:57.000Z (over 8 years ago)
- Last Synced: 2024-08-01T19:56:13.276Z (3 months ago)
- Language: Objective-C
- Homepage: http://oleb.net/blog/2010/12/animating-drawing-of-cgpath-with-cashapelayer/
- Size: 61.5 KB
- Stars: 505
- Watchers: 24
- Forks: 98
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - Animated-Paths - Demo project: Animating the drawing of a CGPath with CAShapeLayer.strokeEnd (etc)
- awesome - Animated-Paths - Demo project: Animating the drawing of a CGPath with CAShapeLayer.strokeEnd (etc)
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.