mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-31 13:58:48 +00:00
修复Animation变更动画可能无效的问题
This commit is contained in:
@@ -65,6 +65,7 @@ slug: /changelog
|
|||||||
|
|
||||||
## master
|
## master
|
||||||
|
|
||||||
|
* (2023.03.03) 修复`Animation`变更动画可能无效的问题
|
||||||
* (2023.02.28) 修复`Legend`点击时`Serie`的`Label`不刷新的问题
|
* (2023.02.28) 修复`Legend`点击时`Serie`的`Label`不刷新的问题
|
||||||
* (2023.02.26) 增加`DataZoom`的`startEndFunction`委托
|
* (2023.02.26) 增加`DataZoom`的`startEndFunction`委托
|
||||||
* (2023.02.12) 重构`Component`相关代码,调整API接口
|
* (2023.02.12) 重构`Component`相关代码,调整API接口
|
||||||
|
|||||||
@@ -622,7 +622,7 @@ namespace XCharts.Runtime
|
|||||||
|
|
||||||
public float GetUpdateAnimationDuration()
|
public float GetUpdateAnimationDuration()
|
||||||
{
|
{
|
||||||
if (m_Enable && m_DataChangeEnable && IsFinish())
|
if (m_Enable && m_DataChangeEnable)
|
||||||
return m_DataChangeDuration;
|
return m_DataChangeDuration;
|
||||||
else
|
else
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user