Skip to content

SlidePushOptions

Defined in: renderer/src/transitions/slidePush.ts:8

optional direction?: SlideDirection

Defined in: renderer/src/transitions/slidePush.ts:16

Direction the OUTGOING scene exits in. The incoming scene enters from the opposite edge. Default: "left" (incoming slides in from the right, pushing the previous scene off to the left — book-style forward turn).


optional duration?: number

Defined in: renderer/src/transitions/slidePush.ts:10

Total duration in ms. Default: 500.


optional easing?: (t) => number

Defined in: renderer/src/transitions/slidePush.ts:25

Easing function applied to the slide progress. Default: cubic ease-out.

number

number


optional reverseOnPop?: boolean

Defined in: renderer/src/transitions/slidePush.ts:23

When true (default), pop reverses direction so the back motion mirrors the forward motion — pairs naturally with a scene’s defaultTransition. Set to false if the call-site direction is already authored for a specific kind.