Class AnimationStorage

Animation storage pre-generates and holds user defined animtaions globally.

Author

Matej Hakoš

Hierarchy

  • AnimationStorage

Constructors

Properties

animations: Animations

Static Map containing all animations.

Static

Accessors

Methods

  • Set an alias to animation in AnimationStorage. I.e. two functions are functionally the same, but have 2 different names (e.g. x360deg, xscrew).

    Static

    Parameters

    • animationName: string
    • aliasName: string

    Returns void

Generated using TypeDoc