interface IAnimatableColor {
    animation: IColorAnimation | IHslAnimation;
    value: SingleOrMultiple<SingleOrMultiple<string> | IRangeValueColor | IRangeRgb | IRangeHsl | IRangeHsv>;
}

Hierarchy (view full)

Implemented by

Properties

Properties