提交 79c644dd 编写于 作者: P pissang

feat(animation): use cubicInOut easing by default

上级 d00e836b
......@@ -253,7 +253,6 @@ class SunburstSeriesModel extends SeriesModel<SunburstSeriesOption> {
animationType: 'expansion',
animationDuration: 1000,
animationDurationUpdate: 500,
animationEasing: 'cubicOut',
data: [],
......
......@@ -68,9 +68,9 @@ export default {
animation: 'auto',
animationDuration: 1000,
animationDurationUpdate: 300,
animationEasing: 'cubicOut',
animationEasingUpdate: 'cubicOut',
animationDurationUpdate: 500,
animationEasing: 'cubicInOut',
animationEasingUpdate: 'cubicInOut',
animationThreshold: 2000,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册