---
title: isRotationAnimated
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/sampledanimation/isrotationanimated
---

# isRotationAnimated

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

## Declaration

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

## Discussion

Discussion If you set this property to true, the animation accommodates rotational differences in the entity’s transform by interpolating to the target rotation 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)
- [isScaleAnimated](realitykit/sampledanimation/isscaleanimated.md)
- [isTranslationAnimated](realitykit/sampledanimation/istranslationanimated.md)
- [additive](realitykit/sampledanimation/additive.md)
- [tweenMode](realitykit/sampledanimation/tweenmode.md)
