@tsdotnet/tween-factory - v3.0.13
    Preparing search index...

    Interface ActiveTweenManager

    Controller for active tweens.

    interface ActiveTweenManager {
        cancel(): void;
        clearInterval(): this;
        update(): void;
        updateOnAnimationFrame(): this;
        updateOnInterval(milliseconds: number): this;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Cancels (disposes) all active tweens.

      Returns void

    • Triggers updates for all active tweens.

      Returns void