---
title: offset
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/animationgroup/offset
---

# offset

The time, in seconds, at which the animations begin within the duration.

## Declaration

```swift
var offset: TimeInterval { get set }
```

## Discussion

Discussion The default value is 0, which indicates that the animation plays with no offset. Setting a value for this property moves the animation data along the timeline and doesn’t change timing. If you set a fillMode other than none, the animation fills the vacant area created by the offset according to the characteristics of the specified fill mode.

## See Also

### Timing the group

- [speed](realitykit/animationgroup/speed.md)
- [delay](realitykit/animationgroup/delay.md)
- [duration](realitykit/animationgroup/duration.md)
- [trimDuration](realitykit/animationgroup/trimduration.md)
- [trimStart](realitykit/animationgroup/trimstart.md)
- [trimEnd](realitykit/animationgroup/trimend.md)
