API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfacePhasedSceneTransitionOptions
@codexo/exojs / core / stable
Construction options for PhasedSceneTransition and its subclasses.
3
props
0
methods
0
events
Import
import { PhasedSceneTransitionOptions } from '@codexo/exojs'Construction options for PhasedSceneTransition and its subclasses.
Properties3
Duration of *each* phase (enter and exit run this long independently). Default 0.22 seconds.
easing?: EasingFunctionApplied to both phases' progress to produce easedProgress. Default Ease.linear.
placement?: "scene" | "screen"Which render layer this transition's output composites against. Default 'screen'.
Source