@antv/g2
Version:
the Grammar of Graphics in Javascript
13 lines (12 loc) • 400 B
TypeScript
import { IShape } from '../../dependents';
import { GAnimateCfg } from '../../interface';
import { AnimateExtraCfg } from '../interface';
/**
* @ignore
* 入场动画
* path 的入场动画
* @param element 执行动画的元素
* @param animateCfg 动画配置
* @param cfg 额外信息
*/
export declare function pathIn(element: IShape, animateCfg: GAnimateCfg, cfg: AnimateExtraCfg): void;