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: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T06:28:07.000Z (over 6 years ago)
- Last Synced: 2025-05-30T00:51:27.703Z (about 1 year ago)
- Topics: core-animation, ios, macos, swift-playground, xcode-playground
- Language: Swift
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- 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.

Designed to accompany the ["Controlling Animation Timing"](http://ronnqvi.st/controlling-animation-timing) guide by [@davidronnqvist](https://twitter.com/davidronnqvist).