---
title: continuous
framework: symbols
role: symbol
role_heading: Type Property
path: symbols/symboleffectoptions/repeatbehavior/continuous
---

# continuous

A repeat behavior that prefers to repeat indefinitely, using continuous animations if available. Continuous animations have an intro, a body that runs as long as the effect is enabled, and an outro. If available these animations provide a smoother animation when an effect repeats indefinitely.

## Declaration

```swift
static var continuous: SymbolEffectOptions.RepeatBehavior { get }
```

## Return Value

Return Value A new behavior that prefers to repeat indefinitely with continuous animations.
