NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/esm/animate/animation/path-in.d.ts
2023-09-14 14:47:11 +08:00

13 lines
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;