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

    Interface ActiveTweenUpdater

    Controller for automatically triggering updates.

    interface ActiveTweenUpdater {
        clearInterval(): this;
        updateOnAnimationFrame(): this;
        updateOnInterval(milliseconds: number): this;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Causes any automatic updates to be cancelled.

      Returns this

    • Causes active tweens to automatically be updated on each animation frame. Supported only where requestAnimationFrame() is available.

      Returns this

    • Causes active tweens to automatically be updated on an interval.

      Parameters

      • milliseconds: number

      Returns this