Function interpolate

  • Interpolates to the source value.

    Outputs one value for every input value. Thus, to interpolation over time, it's necessary to get the source to emit values at the desired rate.

    Options can specify an easing name or custom transform of easing progress.

    Parameters

    Returns ReactivePingable<number>