interface IAnimatableGradientColor {
    opacity?: number | IGradientColorOpacity & IAnimatable<IGradientColorOpacityAnimation>;
    stop: number;
    value: IAnimatableColor;
}

Hierarchy

Implemented by

Properties

Properties

stop: number