@visactor/vchart
Version:
charts lib based @visactor/VGrammar
8 lines (7 loc) • 415 B
TypeScript
import type { IAnimationTypeConfig } from '../../animation/interface';
export type ProgressLikeAppearPreset = 'grow' | 'fadeIn';
export interface IProgressLikeAnimationParams {
startAngle?: number;
}
export declare function gaugePointerPresetAnimation(params: IProgressLikeAnimationParams, preset: ProgressLikeAppearPreset): IAnimationTypeConfig;
export declare const registerGaugePointerAnimation: () => void;