tsParticles - v0.0.0
    Preparing search index...

    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

    Index

    Properties

    Properties

    The stroke color, can be animated too

    opacity?: RangeValue

    The stroke opacity

    width: RangeValue

    The stroke line width