An open API service indexing awesome lists of open source software.

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.

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.