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
static var continuous: SymbolEffectOptions.RepeatBehavior { get }Return Value
A new behavior that prefers to repeat indefinitely with continuous animations.