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



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

Defined in: [src/canvas/functions/canvas-transition.ts:484](https://github.com/DRincs-Productions/pixi-vn/blob/11c55b5d212c6c7eaffb12776b3f83f4d38e1ede/src/canvas/functions/canvas-transition.ts#L484)

Remove a image from the canvas with a move effect. The image is moved from the x and y position of the image to outside the canvas.
If there is a/more ticker(s) with the same alias, then the ticker(s) is/are paused.

## Parameters [#parameters]

### alias [#alias]

`string`

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

### props? [#props]

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

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.
