LogoPixi’VN
indexType aliases

Type Alias: PixiVNJsonAnimateBase<T>

> PixiVNJsonAnimateBase<T> = object

Defined in: src/schema/PixiVNJsonCanvasAnimate.ts:14

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

Type Parameters

T

T extends CanvasBaseInterface<any>

Properties

alias

> alias: string | string[]

Defined in: src/schema/PixiVNJsonCanvasAnimate.ts:19

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


keyframes

> keyframes: KeyframesType<T>

Defined in: src/schema/PixiVNJsonCanvasAnimate.ts:23

The keyframes that define the animation values over time.


options?

> optional options?: AnimationOptions

Defined in: src/schema/PixiVNJsonCanvasAnimate.ts:27

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


priority?

> optional priority?: UPDATE_PRIORITY

Defined in: src/schema/PixiVNJsonCanvasAnimate.ts:31

Pixi.js update priority for this animation ticker callback.


type

> type: "animate"

Defined in: src/schema/PixiVNJsonCanvasAnimate.ts:15