@visactor/vchart
Version:
charts lib based @visactor/VGrammar
9 lines (5 loc) • 448 B
JavaScript
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";