PhaseAnimator
A container that animates its content by automatically cycling through a collection of phases that you provide, each defining a discrete step within an animation.
Declaration
struct PhaseAnimator<Phase, Content> where Phase : Equatable, Content : ViewOverview
Use one of the phase animator view modifiers like phaseAnimator(_:content:animation:) to create a phased animation in your app.