Provides a public API for grouping multiple TJSPosition animations together with the AnimationManager.

Note: To remove cyclic dependencies as this class provides the TJSPosition static / group Animation API instanceof checks are not done against TJSPosition. Instead, a check for the animate property being an instanceof AnimationAPI is performed in AnimationGroupAPI.#isPosition.

See

AnimationAPI

Constructors

Methods

  • Cancels all TJSPosition animation.

    Returns void

  • Gets all animation controls for the given position data.

    Parameters

    Returns {
        controls: AnimationControl[];
        data: void | object;
        position: TJSPosition;
    }[]

    Results array.