@antv/g2
Version:
the Grammar of Graphics in Javascript
12 lines (11 loc) • 345 B
TypeScript
import { IShape } from '../../dependents';
import { GAnimateCfg } from '../../interface';
import { AnimateExtraCfg } from '../interface';
/**
* @ignore
* 坐标移动动画
* @param shape 图形
* @param animateCfg
* @param cfg
*/
export declare function positionUpdate(shape: IShape, animateCfg: GAnimateCfg, cfg: AnimateExtraCfg): void;