A signal with a function to set animation parameters returned from tweenSignal.

interface TweenSignal<T> {
    [SIGNAL]: unknown;
    setOptions(options: TweenOptions<T>): void;
    (): T;
}

Type Parameters

  • T

Hierarchy (view full)

Methods

Properties

Methods

Properties

[SIGNAL]: unknown