---
title: isScaleAnimated
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/sampledanimation/isscaleanimated
---

# isScaleAnimated

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

## Declaration

```swift
var isScaleAnimated: Bool { get set }
```

## Discussion

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.

## See Also

### Configuring the animation

- [name](realitykit/sampledanimation/name.md)
- [bindTarget](realitykit/sampledanimation/bindtarget.md)
- [blendLayer](realitykit/sampledanimation/blendlayer.md)
- [jointNames](realitykit/sampledanimation/jointnames.md)
- [isRotationAnimated](realitykit/sampledanimation/isrotationanimated.md)
- [isTranslationAnimated](realitykit/sampledanimation/istranslationanimated.md)
- [additive](realitykit/sampledanimation/additive.md)
- [tweenMode](realitykit/sampledanimation/tweenmode.md)
