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



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

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

Remove a image from the canvas with a zoom effect. The image is zoomed out to the center of 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]

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

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.
