API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

E

enumTweenState

@codexo/exojs / animation / stable

Lifecycle states of a Tween. A tween starts in `Idle`, transitions to `Active` once Tween.start is called, and ends in `Complete` (natural finish, all repeats exhausted) or `Stopped` (cancelled via Tween.stop). `Paused` is reachable from `Active` only.

0
props
0
methods
0
events
Import
import { TweenState } from '@codexo/exojs'

Lifecycle states of a Tween. A tween starts in `Idle`, transitions to `Active` once Tween.start is called, and ends in `Complete` (natural finish, all repeats exhausted) or `Stopped` (cancelled via Tween.stop). `Paused` is reachable from `Active` only.

Members 5
Active
Complete
Idle
Paused
Stopped
Source