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

    The gradient color opacity animation options

    interface IGradientColorOpacityAnimation {
        count: RangeValue;
        decay: RangeValue;
        delay: RangeValue;
        enable: boolean;
        speed: RangeValue;
        startValue: "random" | StartValueType | "max" | "min";
        sync: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    count: RangeValue
    decay: RangeValue
    delay: RangeValue
    enable: boolean
    speed: RangeValue
    startValue: "random" | StartValueType | "max" | "min"

    The gradient color opacity animation start value

    sync: boolean