interface AbsoluteKeyframe {
    at: number;
    easing?: Easing;
    value: null | string | number;
}

Properties

Properties

at: number
easing?: Easing
value: null | string | number

Generated using TypeDoc