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

    Particles options interface

    interface IParticlesOptions {
        collisions?: boolean;
        color?: string;
        count?: number;
        links?: boolean;
        linksColor?: string;
        linksLength?: number;
        opacity?: number;
        radius?: RangeValue;
        shape?: SingleOrMultiple<string>;
        speed?: RangeValue;
    }
    Index

    Properties

    collisions?: boolean

    Enables particle collisions

    color?: string

    Particle color

    count?: number

    Number of particles

    links?: boolean

    Enables particle links

    linksColor?: string

    Links color

    linksLength?: number

    Links distance

    opacity?: number

    Particle opacity

    radius?: RangeValue

    Particle radius

    shape?: SingleOrMultiple<string>

    Particle shape

    speed?: RangeValue

    Particle speed