---
title: AnimationRepeatMode.autoReverse
framework: realitykit
role: symbol
role_heading: Case
path: realitykit/animationrepeatmode/autoreverse
---

# AnimationRepeatMode.autoReverse

A mode that reverses the animation after reaching the end or the beginning.

## Declaration

```swift
case autoReverse
```

## See Also

### Choosing a repeat mode

- [AnimationRepeatMode.repeat](realitykit/animationrepeatmode/repeat.md)
- [AnimationRepeatMode.cumulative](realitykit/animationrepeatmode/cumulative.md)
- [AnimationRepeatMode.none](realitykit/animationrepeatmode/none.md)
