Skip to content

aninest root / module:Interp / Interp

Interp()

ts
type Interp: (t) => number | undefined;

Parameters

t: number

Time in seconds. Guaranteed to be positive.

Returns

number | undefined

A value or undefined if the animation is finished.

Defined in

Animate/Interp.ts:17