Skip to content

Documentation / @ripl/core / interpolatePath

Function: interpolatePath()

interpolatePath(points): Interpolator<Point[]>

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

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[]>