Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentzo/coreanimationtiming
See and learn how the CAAnimation and CAMediaTiming properties affect rendering using dynamic Xcode playground.
https://github.com/kentzo/coreanimationtiming
core-animation ios macos swift-playground xcode-playground
Last synced: 5 days ago
JSON representation
See and learn how the CAAnimation and CAMediaTiming properties affect rendering using dynamic Xcode playground.
- Host: GitHub
- URL: https://github.com/kentzo/coreanimationtiming
- Owner: Kentzo
- License: gpl-3.0
- Created: 2020-01-22T20:44:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T06:28:07.000Z (almost 5 years ago)
- Last Synced: 2024-04-22T12:31:34.212Z (7 months ago)
- Topics: core-animation, ios, macos, swift-playground, xcode-playground
- Language: Swift
- Size: 19.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Core Animation Timing
See and learn how the [CAAnimation](https://developer.apple.com/documentation/quartzcore/caanimation) and [CAMediaTiming](https://developer.apple.com/documentation/quartzcore/camediatiming) properties affect rendering using dynamic Xcode playground.
![playground screenshot](https://user-images.githubusercontent.com/88809/72932924-8ef12f80-3d15-11ea-8ab8-28a31601f231.png)
Designed to accompany the ["Controlling Animation Timing"](http://ronnqvi.st/controlling-animation-timing) guide by [@davidronnqvist](https://twitter.com/davidronnqvist).