@revideo/core / transitions / slideTransition
Function: slideTransition()
Call Signature
slideTransition(
direction,duration?):ThreadGenerator
Defined in: transitions/slideTransition.ts:14
Perform a transition that slides the scene in the given direction.
Parameters
direction
The direction in which to slide.
duration?
number
The duration of the transition.
Returns
Call Signature
slideTransition(
origin,duration?):ThreadGenerator
Defined in: transitions/slideTransition.ts:24
Perform a transition that slides the scene towards the given origin.
Parameters
origin
The origin towards which to slide.
duration?
number
The duration of the transition.