@tempots/dom

guessInterpolate() function

Returns an interpolation function based on the type of the value.

Signature:

guessInterpolate: <T>(value: T) => Interpolate<T>

Parameters

Parameter

Type

Description

value

T

The value to be interpolated.

Returns: Interpolate<T>

An interpolation function that takes a start value, an end value, and a delta, and returns an interpolated value.