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

    Interface BuilderWithDuration

    A factory entity that can create behaviors from a duration value.

    interface BuilderWithDuration {
        duration(milliSeconds: number): Behavior;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Configures a tween behavior with the specified duration.

      Parameters

      • milliSeconds: number

      Returns Behavior