liquid
liquid copied to clipboard
Create a playful backsplash in SwiftUI.
When views containing Liquid views appear or are moved using rotation or other changes, the Liquid view animates erroneously https://user-images.githubusercontent.com/2565267/137643076-32ba54b9-a854-4a44-989e-94b539274f3e.mp4
Animation glitches when reaching the minimum size of the animation before expanding again. https://github.com/maustinstar/liquid/assets/796205/237384b6-0269-44f8-995f-c027f7424802
- Remove combine - For iOS 17 or later use the new animation callback - Below that use Task with a delay based on Liquid period - Tested on physical...