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

    The twinkle particles values options

    interface ITwinkleParticlesValues {
        enable: boolean;
        fillColor?: string | IRangeColor;
        frequency: number;
        opacity: RangeValue;
        strokeColor?: string | IRangeColor;
    }

    Implemented by

    Index

    Properties

    enable: boolean

    Enables the twinkle particles

    fillColor?: string | IRangeColor

    The twinkle particles fill color

    frequency: number

    The twinkle particles frequency

    opacity: RangeValue

    The twinkle particles opacity

    strokeColor?: string | IRangeColor

    The twinkle particles stroke color