indexFunctions
Function: removeWithDissolve()
> removeWithDissolve(alias, props?, priority?): string[] | undefined
Defined in: src/canvas/functions/canvas-transition.ts:193
Remove a image from the canvas with a disolve effect. Disolve effect is a effect that the image is removed with a fade out. This function is equivalent to removeWithFade.
Parameters
alias
string
The unique alias of the image. You can use this alias to refer to this image
props?
ShowWithDissolveTransitionProps = {}
The properties of the effect
priority?
The priority of the effect
Returns
string[] | undefined
The ids of the tickers that are used in the effect.