Contents

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 : View

Overview

Use one of the phase animator view modifiers like phaseAnimator(_:content:animation:) to create a phased animation in your app.

Topics

Creating a phase animator

See Also

Creating phase-based animation