UNPKG

186 BTypeScriptView Raw
1import type { IAnimation } from "./IAnimation";
2import type { RangeValue } from "../../Types/RangeValue";
3export interface IColorAnimation extends IAnimation {
4 offset: RangeValue;
5}