tsParticles - v0.0.0
    Preparing search index...
    interface IGradientColorOpacityAnimation {
        count: RangeValue;
        decay: RangeValue;
        delay: RangeValue;
        enable: boolean;
        speed: RangeValue;
        startValue: "max" | "min" | "random" | StartValueType;
        sync: boolean;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

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