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

Hierarchy (view full)

Implemented by

Properties

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