Interpolates between two values based on a given proportion. Supports interpolation of numbers, arrays, or defaults to step interpolation for other types.
The starting value.
The ending value.
The proportion for interpolation (0 to 1).
The interpolated value.
Interpolates between two values based on a given proportion. Supports interpolation of numbers, arrays, or defaults to step interpolation for other types.