API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceSlideSceneTransitionOptions
@codexo/exojs / core / stable
Options for SlideSceneTransition.
5
props
0
methods
0
events
Import
import { SlideSceneTransitionOptions } from '@codexo/exojs'Options for SlideSceneTransition.
Properties5
The edge the outgoing content exits toward. Default 'right'.
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.
Default 'push'. See SlideSceneTransition for the three modes' visual shape.
placement?: "scene" | "screen"Which render layer this transition's output composites against. Default 'screen'.
Source