https://github.com/insidegui/fluid-interactions-talk
A Swift playground implementing some simple fluid interactions.
https://github.com/insidegui/fluid-interactions-talk
Last synced: 5 months ago
JSON representation
A Swift playground implementing some simple fluid interactions.
- Host: GitHub
- URL: https://github.com/insidegui/fluid-interactions-talk
- Owner: insidegui
- License: bsd-2-clause
- Created: 2019-11-27T15:33:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T15:44:42.000Z (over 6 years ago)
- Last Synced: 2025-09-06T21:25:57.044Z (7 months ago)
- Language: Swift
- Size: 17.6 KB
- Stars: 64
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluid animations and interactions on iOS apps
This repository includes a playground book that can be used with Swift Playgrounds on iPad (recommended) and also a regular Xcode playground. These playgrounds were made to demonstrate some of the techniques I talked about in my "Fluid animations and interactions on iOS apps" talk at BA:Swiftable.
I also recommend reading [this excellent post by Christian Schnorr](https://medium.com/ios-os-x-development/demystifying-uikit-spring-animations-2bb868446773) to learn more about the math behind these techniques.
This [open-source sheet implementation](https://github.com/insidegui/sheet) can also be used to learn more about iOS interactions and animations.