Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgoldsby/wwdc-2017-session-230-advance-animations-with-uikit
Example project for "Sam's Photo" animations demonstrated in Session 203
https://github.com/cgoldsby/wwdc-2017-session-230-advance-animations-with-uikit
animation uikit wwdc wwdc2017
Last synced: about 3 hours ago
JSON representation
Example project for "Sam's Photo" animations demonstrated in Session 203
- Host: GitHub
- URL: https://github.com/cgoldsby/wwdc-2017-session-230-advance-animations-with-uikit
- Owner: cgoldsby
- License: mit
- Created: 2017-06-11T19:54:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-11T19:54:06.000Z (over 7 years ago)
- Last Synced: 2023-07-31T21:28:04.625Z (over 1 year ago)
- Topics: animation, uikit, wwdc, wwdc2017
- Language: Swift
- Size: 345 KB
- Stars: 35
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Advance Animations with UIKit
## WWDC 2017 - Session 230This repo contains a project demonstrating the "Sam's Photo" animations seen in the [_Advance Animation with UIKit_ WWDC 2017 session](https://devstreaming-cdn.apple.com/videos/wwdc/2017/230lc4n1loob9/230/230_advanced_animations_with_uikit.pdf).
Mr. Joe Cerra, from Apple's UIKit Engineer team, gave an amazing presentation at WWDC 2017. In ~40 min, he discussed some of the great animations you can achieve with `UIViewPropertyAnimator`. Unfortunately, Mr. Cerra was unable to go into depth of all the implementation details for the animations he demonstrated. Also, there isn't a working Source code example to go along with his presentation at the moment.
This repo is to mirror the "interactive and interruptible" animations seen during the presentation:
- [x] Frame animator
- [x] Blur animator
- [x] Rounded Corner animator
- [ ] View Morphing
- [ ] Key frame animationsProject is **WIP**.
Feedback and contributions are always welcomed. ❤️