API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeSceneTransitionSelection
@codexo/exojs / core / stable
The full set of values accepted for a `transition` option - call-site (`change()`/`restore()`/`unload()`) or registry-level default: a single SceneTransition (or PhasedSceneTransition, which is one), a `{ enter, exit }` pair to compose, or `false` (the explicit "no transition, even if a registry default exists" escape hatch).
0
props
0
methods
0
events
Import
import { SceneTransitionSelection } from '@codexo/exojs'The full set of values accepted for a `transition` option - call-site (`change()`/`restore()`/`unload()`) or registry-level default: a single SceneTransition (or PhasedSceneTransition, which is one), a `{ enter, exit }` pair to compose, or `false` (the explicit "no transition, even if a registry default exists" escape hatch).
Definition1
SceneTransitionReusable, immutable transition definition - construct once, use across arbitrarily many navigations (even concurrently, across multiple `Application`s). All pe… | SceneTransitionPhasesA `{ enter, exit }` pair of independently-authored PhasedSceneTransition instances - a union of two variants requiring at least one of `{ enter, exit }`, never… | falseSource