mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 15:00:08 +00:00
修复Animation变更动画可能无效的问题
This commit is contained in:
@@ -622,7 +622,7 @@ namespace XCharts.Runtime
|
||||
|
||||
public float GetUpdateAnimationDuration()
|
||||
{
|
||||
if (m_Enable && m_DataChangeEnable && IsFinish())
|
||||
if (m_Enable && m_DataChangeEnable)
|
||||
return m_DataChangeDuration;
|
||||
else
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user