OptionalcancelOptionaleasingOptionalinterpolateRequired when T is not number. For T = number, defaults to linear numeric lerp.
Called per-tick with (from, to, t). For interpolators with expensive setup,
prefer interpolator which is built once at tween start.
OptionalinterpolatorFactory interpolator built once at tween start. Takes precedence over
interpolate when both are provided. Use this for d3-interpolate or any
(from, to) => (t) => v shape.
Optionalon
Any new animation passed the same cancelKey cancels the prior one in flight.