pronotron-tech-art-suite
    Preparing search index...

    Type Alias AnimationOption

    AnimationOption: AnimationType & { autoPause: boolean; id: AnimationClientID }

    Describes the configuration of an animation instance.

    Type Declaration

    • autoPause: boolean

      Whether the animation should pause when screen is unfocused. true → pauses when unfocused false → continues ticking

    • id: AnimationClientID

      Unique client-provided identifier. Adding an animation with the same ID forcibly finishes the previous one.