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

22 lines
775 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
* shape
* shape
* @param shape
* @param animateCfg
* @param cfg
*/
export declare function zoomIn(shape: IShape | IGroup, animateCfg: GAnimateCfg, cfg: AnimateExtraCfg): void;
/**
* @ignore
* shape
* shape
* @param shape
* @param animateCfg
* @param cfg
*/
export declare function zoomOut(shape: IShape | IGroup, animateCfg: GAnimateCfg, cfg: AnimateExtraCfg): void;