Contents

AnimatablePair

A pair of animatable values, which is itself animatable.

Declaration

@frozen struct AnimatablePair<First, Second> where First : VectorArithmetic, Second : VectorArithmetic

Topics

Creating an animatable pair

Getting the constituent animations

Manipulating values

See Also

Making data animatable