# Type Alias: PixiVNJsonAnimateBase<T> (/jsdoc/pixi-vn-json/index/type-aliases/PixiVNJsonAnimateBase)



\> **PixiVNJsonAnimateBase**\<`T`> = `object`

Defined in: [src/schema/PixiVNJsonCanvasAnimate.ts:14](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvasAnimate.ts#L14)

Animates one or more canvas elements simultaneously using keyframe-based animation.

Type Parameters [#type-parameters]

T [#t]

`T` *extends* `CanvasBaseInterface`\<`any`>

Properties [#properties]

alias [#alias]

\> **alias**: `string` | `string`\[]

Defined in: [src/schema/PixiVNJsonCanvasAnimate.ts:19](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvasAnimate.ts#L19)

Alias (or list of aliases) of the canvas elements to animate.

***

keyframes [#keyframes]

\> **keyframes**: `KeyframesType`\<`T`>

Defined in: [src/schema/PixiVNJsonCanvasAnimate.ts:23](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvasAnimate.ts#L23)

The keyframes that define the animation values over time.

***

options? [#options]

\> `optional` &#x2A;*options?**: `AnimationOptions`

Defined in: [src/schema/PixiVNJsonCanvasAnimate.ts:27](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvasAnimate.ts#L27)

Additional options controlling the animation (duration, easing, repeat, etc.).

***

priority? [#priority]

\> `optional` &#x2A;*priority?**: `UPDATE_PRIORITY`

Defined in: [src/schema/PixiVNJsonCanvasAnimate.ts:31](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvasAnimate.ts#L31)

Pixi.js update priority for this animation ticker callback.

***

type [#type]

\> **type**: `"animate"`

Defined in: [src/schema/PixiVNJsonCanvasAnimate.ts:15](https://github.com/DRincs-Productions/pixi-vn-json/blob/336c45bc1f677c3b088aac058f0a457afc7cf32e/src/schema/PixiVNJsonCanvasAnimate.ts#L15)
