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

    Bubble effect data for a particle

    interface IBubbleParticleData {
        color?: IHsl;
        div?: HTMLElement;
        finalColor?: IHsl;
        inRange: boolean;
        opacity?: number;
        radius?: number;
    }
    Index

    Properties

    color?: IHsl

    Bubble color

    Optional div element for hover bubbles

    finalColor?: IHsl

    Final calculated bubble color

    inRange: boolean

    Whether the particle is within bubble range

    opacity?: number

    Bubble opacity

    radius?: number

    Bubble radius