# Function: removeWithDissolve() (/jsdoc/pixi-vn/index/functions/removeWithDissolve)



\> **removeWithDissolve**(`alias`, `props?`, `priority?`): `string`\[] | `undefined`

Defined in: [src/canvas/functions/canvas-transition.ts:198](https://github.com/DRincs-Productions/pixi-vn/blob/998c1a75c5978f24c0dc137af5f42b90b2803967/src/canvas/functions/canvas-transition.ts#L198)

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](/jsdoc/pixi-vn/index/functions/removeWithFade).

Parameters [#parameters]

alias [#alias]

`string`

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

props? [#props]

[`ShowWithDissolveTransitionProps`](/jsdoc/pixi-vn/index/interfaces/ShowWithDissolveTransitionProps) = `{}`

The properties of the effect

priority? [#priority]

`UPDATE_PRIORITY`

The priority of the effect

Returns [#returns]

`string`\[] | `undefined`

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