isScaleAnimated
A Boolean value that indicates whether the animation observes changes in the entity’s size.
Declaration
var isScaleAnimated: Bool { get set }Discussion
If you set this property to true, the animation accommodates scale differences in the entity’s transform by interpolating to the target scale across the animation timeline.