---
title: isAdditive
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/fromtobyanimation/isadditive
---

# isAdditive

A Boolean value that indicates whether the animation blends additively with concurrent animations.

## Declaration

```swift
var isAdditive: 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)
- [isScaleAnimated](realitykit/fromtobyanimation/isscaleanimated.md)
- [isRotationAnimated](realitykit/fromtobyanimation/isrotationanimated.md)
- [isTranslationAnimated](realitykit/fromtobyanimation/istranslationanimated.md)
