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
| Parameter | Type |
|---|---|
points | Point[] |