AnimationDef
Defined in: renderer/src/AnimationController.ts:8
Definition for a single named animation.
Properties
Section titled “Properties”anchor?
Section titled “anchor?”
optionalanchor?:object
Defined in: renderer/src/AnimationController.ts:16
Per-animation anchor override.
x:
number
y:
number
optionalloop?:boolean
Defined in: renderer/src/AnimationController.ts:14
Whether the animation loops. Default: true.
source
Section titled “source”source:
FrameSource
Defined in: renderer/src/AnimationController.ts:10
Serializable frame source (sheet grid or atlas animation).
speed:
number
Defined in: renderer/src/AnimationController.ts:12
PixiJS animationSpeed value (e.g. 0.15).