<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/AnimationView/blendLayer",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation13AnimationViewV10blendLayers5Int32Vvp"
  },
  "title" : "blendLayer"
}
-->

# blendLayer

The order in which the framework composites the animation.

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

## 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.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)