fadeIn
fadeIn 是渐现动画,影响 opacity 透明度属性。
开始使用
chart.options({
type: 'interval',
/* ... */
animate: { enter: { type: 'fadeIn' } },
});
正在加载…
fadeIn 是渐现动画,影响 opacity 透明度属性。
chart.options({
type: 'interval',
/* ... */
animate: { enter: { type: 'fadeIn' } },
});