Skip to content
On this page

AthenaShared.interfaces.animation.Animation ​

shared/interfaces/animation.Animation

Used to pass animation information from server-side to client-side.

Interface

Animation

Hierarchy ​

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.

Defined in ​

shared/interfaces/animation.ts:23

Created by Stuyk | Est. 2020