scaleOutY
scaleOutY 单个图形沿着 y 方向的消失动画。影响 transform.scale 属性。
开始使用
chart.options({
type: 'interval',
/* ... */
animate: { exit: { type: 'scaleOutY' } },
});
正在加载…
scaleOutY 单个图形沿着 y 方向的消失动画。影响 transform.scale 属性。
chart.options({
type: 'interval',
/* ... */
animate: { exit: { type: 'scaleOutY' } },
});