SlidePushOptions
Defined in: renderer/src/transitions/slidePush.ts:8
Properties
Section titled “Properties”direction?
Section titled “direction?”
optionaldirection?: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).
duration?
Section titled “duration?”
optionalduration?:number
Defined in: renderer/src/transitions/slidePush.ts:10
Total duration in ms. Default: 500.
easing?
Section titled “easing?”
optionaleasing?: (t) =>number
Defined in: renderer/src/transitions/slidePush.ts:25
Easing function applied to the slide progress. Default: cubic ease-out.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”number
reverseOnPop?
Section titled “reverseOnPop?”
optionalreverseOnPop?: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.