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

    The split options

    interface ISplit {
        count: number;
        factor: IValueWithRandom;
        fillColor?: string | IRangeColor;
        fillColorOffset?: Partial<IRangeHsl>;
        particles?: SingleOrMultiple<RecursivePartial<IParticlesOptions>>;
        rate: IValueWithRandom;
        sizeOffset: boolean;
        strokeColor?: string | IRangeColor;
        strokeColorOffset?: Partial<IRangeHsl>;
    }

    Implemented by

    Index

    Properties

    count: number

    The split count

    The split factor

    fillColor?: string | IRangeColor

    The split fill color

    fillColorOffset?: Partial<IRangeHsl>

    The split fill color offset

    The split particles options

    The split rate

    sizeOffset: boolean

    The split size offset

    strokeColor?: string | IRangeColor

    The split stroke color

    strokeColorOffset?: Partial<IRangeHsl>

    The split stroke color offset