Particle stroke, outlines the particle with a customizable line

Particles Stroke

key option type example notes
width number 2
color color object This color object is the same described here {@link IAnimatableColor}
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