Contents

none

An option that indicates an animation doesn’t display frame data outside of its normal duration.

Declaration

static let none: AnimationFillMode

Discussion

For example, if you rewind an animation of a hand waving for one second by setting trimStart to -1.0, a fillMode of none determines that the hand is invisible for one second before appearing and waving.

See Also

Choosing a fill mode