Ios swift – How to simultaneously perform multiple animations to one element in SwiftUI?
I have a WaveView which is just a sine wave and a rectangle. To make it act like a real wave, I need it to translate unstoppably. So I wrote a Wave view and added an animation on offset with…