Skip to content

Documentation / @ripl/core / interpolatePoints

Variable: interpolatePoints ​

const interpolatePoints: InterpolatePointsFactory

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

Interpolator factory that transitions between two point arrays. By default it extrapolates additional points where set lengths differ; pass resolveKeys to match points by identity instead (preserving curved renderers across add/remove).