---
title: default
framework: realitykit
role: symbol
role_heading: Type Property
path: realitykit/animationhandofftype/default
---

# default

Provides the default behavior.

## Declaration

```swift
static var `default`: AnimationHandoffType { get }
```

## Discussion

Discussion If the layerId in the playAnimation() call is a non-zero value, the default behavior is a compose handoff . If the layerId is 0, then the default behavior is a snapshotAndReplace(applyToAllLayers: true) handoff.
