@visactor/vchart
Version:
charts lib based @visactor/VGrammar
12 lines (7 loc) • 545 B
JavaScript
export { registerVRenderAnimate } from "../vrender-bridge";
export { registerCustomAnimate } from "@visactor/vrender-animate/custom/register";
export { registerStateTransition } from "./state-transition";
export { registerSequentialAnimate } from "./sequential-animate";
export { registerPolygonAnimation, registerRectAnimation, registerArcAnimation, registerScaleInOutAnimation, DEFAULT_ANIMATION_CONFIG } from "./config";
export { animationConfig, userAnimationConfig, shouldMarkDoMorph } from "./utils";
//# sourceMappingURL=index.js.map