UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

13 lines (12 loc) 487 B
import type { IGroup } from '@visactor/vrender-core'; import { AnimateMode } from '@visactor/vrender-core/event/constant'; import { ACustomAnimate } from '@visactor/vrender-animate/custom/custom-animate'; export declare class GroupTransition extends ACustomAnimate<any> { target: IGroup; private _newElementAttrMap; private _started; mode: AnimateMode; onBind(): void; onStart(): void; onUpdate(end: boolean, ratio: number, out: Record<string, any>): void; }