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

# isScaleAnimated

A Boolean value that indicates whether that animation interpolates changes to the target’s size.

## Declaration

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

## See Also

### Configuring the animation

- [name](realitykit/fromtobyanimation/name.md)
- [bindTarget](realitykit/fromtobyanimation/bindtarget.md)
- [blendLayer](realitykit/fromtobyanimation/blendlayer.md)
- [jointNames](realitykit/fromtobyanimation/jointnames.md)
- [isRotationAnimated](realitykit/fromtobyanimation/isrotationanimated.md)
- [isTranslationAnimated](realitykit/fromtobyanimation/istranslationanimated.md)
- [isAdditive](realitykit/fromtobyanimation/isadditive.md)
