@visactor/vchart
Version:
charts lib based @visactor/VGrammar
7 lines (6 loc) • 546 B
TypeScript
import type { BarAppearPreset, IBarAnimationParams } from './interface';
import type { IAnimationTypeConfig } from '../../animation/interface';
export declare const barGrowIn: (params: IBarAnimationParams, isOverall?: boolean) => IAnimationTypeConfig;
export declare const barGrowOut: (params: IBarAnimationParams, isOverall?: boolean) => IAnimationTypeConfig;
export declare function barPresetAnimation(params: IBarAnimationParams, preset: BarAppearPreset | boolean): IAnimationTypeConfig;
export declare const registerBarAnimation: () => void;