Interface Interpolate<T>

Type that can be [[Interpolator interpolated]] to values of type T.

Type Parameters

  • T = unknown

Hierarchy

  • Interpolate

Methods

Methods

  • Returns an [[Interpolator]] function that blends between this value and that value, if possible; otherwise returns null if this is unable to construct an interpolator to that.

    Parameters

    • that: unknown

    Returns Interpolator<T>

Generated using TypeDoc