UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

8 lines (7 loc) 566 B
export { registerAnimate as registerVRenderAnimate, registerCustomAnimate } from '@visactor/vrender-animate'; export { registerStateTransition } from './state-transition'; export { registerSequentialAnimate } from './sequential-animate'; export { registerPolygonAnimation, registerRectAnimation, registerArcAnimation, DEFAULT_ANIMATION_CONFIG } from './config'; export { animationConfig, userAnimationConfig, shouldMarkDoMorph } from './utils'; export type { IAnimationSpec } from './spec'; export type { IAnimationTypeConfig, IAnimationConfig } from './interface';