API reference

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

I

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'.
Applied 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