Contents

isTranslationAnimated

A Boolean value that indicates whether the animation observes translational changes in the entity’s transform.

Declaration

var isTranslationAnimated: Bool { get set }

Discussion

If you set this property to true, the animation accommodates translation differences in the entity’s transform by interpolating to the target translation across the animation timeline.

See Also

Configuring the animation