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

    A factory entity that can configure a tween.

    interface Tweenable {
        add<T extends object>(
            target: T,
            endValues: Partial<NumericValues<T>>,
            easing?: EasingFunction,
        ): Tween;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods