tsParticles - v4.0.0-beta.12
    Preparing search index...

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

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

    Implemented by

    Index

    Properties

    Properties

    The stroke color, can be animated too

    opacity?: RangeValue

    The stroke opacity

    width: RangeValue

    The stroke line width