Contents

KeyframeAnimator

A container that animates its content with keyframes.

Declaration

struct KeyframeAnimator<Value, KeyframePath, Content> where Value == KeyframePath.Value, KeyframePath : Keyframes, Content : View

Overview

The content closure updates every frame while animating, so avoid performing any expensive operations directly within content.

Topics

Creating a phase animator

See Also

Creating keyframe-based animation