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

Hierarchy

Implemented by

Properties

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