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



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

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

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

Parameters [#parameters]

alias [#alias]

`string`

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

props? [#props]

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

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.
