AthenaShared.interfaces.animation.Animation ​
shared/interfaces/animation.Animation
Used to pass animation information from server-side to client-side.
Interface
Animation
Hierarchy ​
Animation
↳
JobAnimation
Properties ​
dict ​
• dict: string
The animation dictionary for the animation.
Defined in ​
shared/interfaces/animation.ts:16
duration ​
• duration: number
How long should this animation play for. Set this to -1 for infinite.
Defined in ​
shared/interfaces/animation.ts:39
flags ​
• flags: ANIMATION_FLAGS
A bitwise enum of values that determine how an animation looks / works. Combine them with 'ANIMATION_FLAGS.X | ANIMATION_FLAGS.Y'
Defined in ​
shared/interfaces/animation.ts:31
name ​
• name: string
The name of the animation.