API reference

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

T

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
Source