---
title: blendLayer
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/sampledanimation/blendlayer
---

# blendLayer

The order in which the framework composites the animation.

## Declaration

```swift
var blendLayer: Int32 { get set }
```

## Discussion

Discussion The framework applies multiple animations on the same target in ascending order of this property’s value. Animations in a lower layer run before animations in a higher layer. Animations that share the same value apply in the order that they execute.

## See Also

### Configuring the animation

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