interface InterpolateOptions<T> {
    clamp?: boolean;
    ease?: EasingFunction | EasingFunction[];
    mixer?: MixerFactory<T>;
}

Type Parameters

  • T

Properties

Properties

clamp?: boolean
mixer?: MixerFactory<T>

Generated using TypeDoc