UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

7 lines (6 loc) 569 B
import type { ILinearProgressAnimationParams, LinearProgressAppearPreset } from './interface'; import type { IAnimationTypeConfig } from '../../../animation/interface'; export declare const linearProgressDisappear: (params: ILinearProgressAnimationParams) => IAnimationTypeConfig; export declare const Appear_FadeIn: IAnimationTypeConfig; export declare function linearProgressPresetAnimation(params: ILinearProgressAnimationParams, preset?: LinearProgressAppearPreset | boolean): IAnimationTypeConfig; export declare const registerLinearProgressAnimation: () => void;