NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/@antv/g2/esm/animate/animation/path-in.d.ts

13 lines
400 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
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;