Contents

frames

An array of floating-point pairs in which each element represents a discrete state of the animated property at a given point in the animation’s timeline.

Declaration

var frames: [SIMD2<Float>] { get set }

Discussion

This array contains sequential values for the animated property when bindTarget is an array of simd floating-point pairs.

See Also

Defining frames data