LogoPixi’VN
indexFunctions

Function: removeWithFade()

> removeWithFade(alias, props?, priority?): string[] | undefined

Defined in: src/canvas/functions/canvas-transition.ts:331

Remove a image from the canvas with a fade effect. Fade effect is a effect that the image is removed with a fade out. This function is equivalent to removeWithDissolve.

Parameters

alias

string

The unique alias of the image. You can use this alias to refer to this image

props?

ShowWithFadeTransitionProps = {}

The properties of the effect

priority?

UPDATE_PRIORITY

The priority of the effect

Returns

string[] | undefined

The ids of the tickers that are used in the effect.