Skip to content

FadingCurve

type FadingCurve = "linear" | "exponential" | "logarithmic" | "s-curve";

Defined in: src/types/NodeLink.ts:358