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

    The bubble base mode options

    interface IBubbleBase {
        color?: SingleOrMultiple<string | IRangeColor>;
        distance: number;
        duration: number;
        mix: boolean;
        opacity?: number;
        size?: number;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    color?: SingleOrMultiple<string | IRangeColor>

    The bubble base color

    distance: number

    The bubble base distance

    duration: number

    The bubble base duration

    mix: boolean

    The bubble base mix

    opacity?: number

    The bubble base opacity

    size?: number

    The bubble base size