tsParticles - v0.0.0
    Preparing search index...
    interface IParticlesOptions {
        bounce: IParticlesBounce;
        color: IAnimatableColor;
        effect: IEffect;
        groups: ParticlesGroups;
        move: IMove;
        number: IParticlesNumber;
        opacity: IOpacity;
        reduceDuplicates: boolean;
        shape: IShape;
        size: ISize;
        stroke: SingleOrMultiple<IStroke>;
        zIndex: IZIndex;
        [name: string]: unknown;
    }

    Implemented by

    Indexable

    • [name: string]: unknown
    Index

    Properties

    effect: IEffect
    move: IMove
    opacity: IOpacity
    reduceDuplicates: boolean
    shape: IShape
    size: ISize
    zIndex: IZIndex