tsParticles - v0.0.0
    Preparing search index...
    interface ISplit {
        color?: string | IRangeColor;
        colorOffset?: Partial<IRangeHsl>;
        count: number;
        factor: IValueWithRandom;
        particles?: SingleOrMultiple<RecursivePartial<IParticlesOptions>>;
        rate: IValueWithRandom;
        sizeOffset: boolean;
    }

    Implemented by

    Index

    Properties

    color?: string | IRangeColor
    colorOffset?: Partial<IRangeHsl>
    count: number
    sizeOffset: boolean