API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
enumTweenSequencerState
@codexo/exojs / animation / stable
Lifecycle states of a TweenSequencer. Mirrors TweenState semantics: starts `Idle`, becomes `Active` on TweenSequencer.start, and ends in `Complete` (all stages exhausted) or `Stopped` (cancelled via TweenSequencer.stop). `Paused` is reachable from `Active` only.
0
props
0
methods
0
events
Import
import { TweenSequencerState } from '@codexo/exojs' Lifecycle states of a TweenSequencer. Mirrors TweenState semantics: starts `Idle`, becomes `Active` on TweenSequencer.start, and ends in `Complete` (all stages exhausted) or `Stopped` (cancelled via TweenSequencer.stop). `Paused` is reachable from `Active` only.
Members 5
Active Complete Idle Paused Stopped Source