API reference

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

I

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