https://github.com/johnsundell/animate
Declarative UIView animations without nested closures
https://github.com/johnsundell/animate
animations declarative swift xcode
Last synced: 7 months ago
JSON representation
Declarative UIView animations without nested closures
- Host: GitHub
- URL: https://github.com/johnsundell/animate
- Owner: JohnSundell
- License: mit
- Created: 2017-07-23T17:50:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T21:04:52.000Z (over 7 years ago)
- Last Synced: 2025-02-27T16:22:04.832Z (8 months ago)
- Topics: animations, declarative, swift, xcode
- Language: Swift
- Homepage: https://www.swiftbysundell.com
- Size: 11.7 KB
- Stars: 128
- Watchers: 13
- Forks: 23
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Animate
This repository contains a reference implementation from my two-part blog post *["Building a declarative animation framework in Swift"](https://www.swiftbysundell.com/posts/building-a-declarative-animation-framework-in-swift-part-1)*. Note that it's not intended to be used as-is. Instead, it's an example that you can easily build your own animation frameworks on top of.
For questions, comments or feedback, feel free to contact me [on Twitter @johnsundell](https://twitter.com/johnsundell).
Happy animating! 🚀