SwiftUIで液体っぽいアニメーションを作る - Qiita

struct HogeView: View { @State var show = false var body: some View { Canvas { context, size in co…