API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceFadeSceneTransitionOptions
@codexo/exojs / core / stable
Options for FadeSceneTransition.
4
props
0
methods
0
events
Import
import { FadeSceneTransitionOptions } from '@codexo/exojs'Options for FadeSceneTransition.
Properties4
The color faded to. Default Color.black.
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