API reference

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

I

interfaceFadeSceneTransitionOptions

@codexo/exojs / core / stable

Options for FadeSceneTransition.

4
props
0
methods
0
events
Import
import { FadeSceneTransitionOptions } from '@codexo/exojs'

Options for FadeSceneTransition.

Properties4
Applied 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