Particle stroke, outlines the particle with a customizable line [[include:Options/Particles/Stroke.md]]

interface IStroke {
    color?: string | RecursivePartial<IAnimatableColor> | RecursivePartial<IColor>;
    opacity?: RangeValue;
    width: RangeValue;
}

Implemented by

Properties

Properties

The stroke color, can be animated too

opacity?: RangeValue

The stroke opacity

width: RangeValue

The stroke line width