UNPKG

@antv/g

Version:

A core module for rendering engine implements DOM API.

3 lines 291 B
import type { IAnimationEffectTiming, IElement } from '@antv/g-lite'; export declare function convertEffectInput(keyframes: ComputedKeyframe[], timing: IAnimationEffectTiming, target: IElement | null): (target: IElement, fraction: number) => void; //# sourceMappingURL=interpolation.d.ts.map