@visactor/vchart
Version:
charts lib based @visactor/VGrammar
5 lines (4 loc) • 339 B
TypeScript
import type { IAnimationTypeConfig } from '@visactor/vgrammar-core';
import type { AreaAppearPreset, IAreaAnimationParams } from './interface';
export declare function areaPresetAnimation(params: IAreaAnimationParams, preset: AreaAppearPreset | boolean): IAnimationTypeConfig;
export declare const registerAreaSeriesAnimation: () => void;