@visactor/vchart
Version:
charts lib based @visactor/VGrammar
6 lines (5 loc) • 474 B
TypeScript
import type { IWordcloudAnimationParams, WordcloudAppearPreset } from './interface';
import type { IAnimationTypeConfig } from '../../animation/interface';
export declare const WordCloudScaleInAnimation: (params: IWordcloudAnimationParams) => IAnimationTypeConfig;
export declare function wordcloudPresetAnimation(params: IWordcloudAnimationParams, preset: WordcloudAppearPreset | boolean): IAnimationTypeConfig;
export declare const registerWordCloudAnimation: () => void;