@antv/g2
Version:
the Grammar of Graphics in Javascript
14 lines • 520 B
JavaScript
export { ScaleInX } from './scaleInX';
export { ScaleOutX } from './scaleOutX';
export { ScaleInY } from './scaleInY';
export { ScaleOutY } from './scaleOutY';
export { FadeIn } from './fadeIn';
export { FadeOut } from './fadeOut';
export { Morphing } from './morphing';
export { WaveIn } from './waveIn';
export { ZoomIn } from './zoomIn';
export { ZoomOut } from './zoomOut';
export { PathIn } from './pathIn';
export { GrowInX } from './growInX';
export { GrowInY } from './growInY';
//# sourceMappingURL=index.js.map