amosgyamfi / open-swiftui-animations

You don't need an animation library to add a simple effect to your SwiftUI app. Create it yourself with SwiftUI. This repo inspires you to add helpful and expressive SwiftUI animations like loading/progress, looping, on-off, enter, exit, fade, spin, and background animations to your next project. The repo also contains tremendous spring animations.
https://twitter.com/amos_gyamfi
The Unlicense
4.1k stars 219 forks source link

how do you use this library then? #3

Open phiasco12 opened 3 years ago

Hustenbonbon commented 3 years ago

I am not the maintainer, but I think this is rather a library in a sense of a collection of code you can look at and copy what you need, then a library that you'll include via a package manager.

You'll probably only need a few animations, and the amount of work to wrap them in a way you could call it in you code is much higher than the amount of work to integrate the ones you want directly