Interface: TracedPathOptions
Defined in: animation/changing/index.ts:15
Options for TracedPath
Properties
dissipatingTime?
optionaldissipatingTime:number
Defined in: animation/changing/index.ts:23
Time in seconds for the trail to dissipate (0 = no dissipation). Default: 0
maxPoints?
optionalmaxPoints:number
Defined in: animation/changing/index.ts:27
Maximum number of points to store (for performance). Default: 1000
minDistanceToNewPoint?
optionalminDistanceToNewPoint:number
Defined in: animation/changing/index.ts:25
Minimum distance between recorded points. Default: 0.05
strokeColor?
optionalstrokeColor:string
Defined in: animation/changing/index.ts:17
Stroke color of the path. Default: YELLOW
strokeOpacity?
optionalstrokeOpacity:number
Defined in: animation/changing/index.ts:21
Stroke opacity. Default: 1
strokeWidth?
optionalstrokeWidth:number
Defined in: animation/changing/index.ts:19
Stroke width of the path. Default: DEFAULT_STROKE_WIDTH