Skip to content

Documentation / @ripl/core / interpolatePath

Function: interpolatePath() ​

interpolatePath(points): Interpolator<Point[]>

Defined in: packages/core/src/interpolators/path.ts:122

Creates an interpolator that progressively reveals a path from start to end as position advances from 0 to 1.

Parameters ​

ParameterType
pointsPoint[]

Returns ​

Interpolator<Point[]>