API reference

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

C

classSceneTransition

@codexo/exojs / core / stable

Reusable, immutable transition definition - construct once, use across arbitrarily many navigations (even concurrently, across multiple `Application`s). All per-navigation mutable state lives on the SceneTransitionSession a call to SceneTransition.beginSession produces, never on the definition itself.

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

Reusable, immutable transition definition - construct once, use across arbitrarily many navigations (even concurrently, across multiple `Application`s). All per-navigation mutable state lives on the SceneTransitionSession a call to SceneTransition.beginSession produces, never on the definition itself.

Constructors1
new(): SceneTransition
Methods3
Called by the Director - do not call directly. Dispatches to SceneTransition.createSession, which is protected so it does not clutter a beginner's view of a transition subclass while still being callable from Director code that does not share this class's hierarchy.
Source