---
title: repeatingForever()
framework: realitykit
role: symbol
role_heading: Instance Method
path: realitykit/animationdefinition/repeatingforever()
---

# repeatingForever()

Repeats the animation infinitely.

## Declaration

```swift
func repeatingForever() -> Self
```

## Return Value

Return Value A version of the calling animation that will repeat infinitely.

## See Also

### Repeating animation playback

- [repeatMode](realitykit/animationdefinition/repeatmode.md)
- [fillMode](realitykit/animationdefinition/fillmode.md)
- [repeated(count:)](realitykit/animationdefinition/repeated(count:)-937w.md)
- [repeated(count:)](realitykit/animationdefinition/repeated(count:)-941x8.md)
