FluidGradient
FluidGradient copied to clipboard
A fluid, animated gradient implemented with CoreAnimation and SwiftUI.
Intead of always clipping the FluidGradient view - let the front end user decide whether or not clip it. With this change, it allows a user create a smaller blob,...
When using `ColorSets` with configured dark mode, the gradient uses only the light mode variant. This is due to using `CGColor` for the `CAGradientLayer`. Is it possible to implement the...
I am using the this library for an animated gradient background in my app. It works fine. However, my app is in Swift and so I am using `UIHostingController` to...
Hi, we use your Package in our Project, but it crashes in our Pipeline. We got following Error and it seems while adding your Package into our Project there is...