---
title: isTranslationAnimated
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/sampledanimation/istranslationanimated
---

# isTranslationAnimated

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

## Declaration

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

## Discussion

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

- [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)
- [isScaleAnimated](realitykit/sampledanimation/isscaleanimated.md)
- [additive](realitykit/sampledanimation/additive.md)
- [tweenMode](realitykit/sampledanimation/tweenmode.md)
