interface KeyframeOptions {
    ease?: Easing | Easing[];
    times?: number[];
}

Properties

Properties

ease?: Easing | Easing[]
times?: number[]

Generated using TypeDoc