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

# AnimationRepeatMode.none

An option that determines the animation doesn’t repeat.

## Declaration

```swift
case none
```

## See Also

### Choosing a repeat mode

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