Ios swift – How do I animate moving shapes from one grid to another in SwiftUI
I am trying to animate movement between LazyVGrid views. I have two arrays of small Circle shapes (i.e. "dots") arranged in two different LazyVGrid Views (one on the left, one on the right). When the user taps a button, I…