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

31 lines
973 B
TypeScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
import { IGroup, IShape } from '../../dependents';
import { GAnimateCfg } from '../../interface';
import { AnimateExtraCfg } from '../interface';
/**
* @ignore
*
* x
* @param element
* @param animateCfg
* @param cfg
*/
export declare function growInX(element: IShape | IGroup, animateCfg: GAnimateCfg, cfg: AnimateExtraCfg): void;
/**
* @ignore
*
* y
* @param element
* @param animateCfg
* @param cfg
*/
export declare function growInY(element: IShape | IGroup, animateCfg: GAnimateCfg, cfg: AnimateExtraCfg): void;
/**
* @ignore
*
*
* @param element
* @param animateCfg
* @param cfg
*/
export declare function growInXY(element: IShape | IGroup, animateCfg: GAnimateCfg, cfg: AnimateExtraCfg): void;