mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-07-07 07:13:58 +00:00
重构Animation动画系统,增加Addition新增动画支持
This commit is contained in:
@@ -7,7 +7,7 @@ namespace XCharts.Runtime
|
||||
{
|
||||
public static float CheckDataAnimation(BaseChart chart, Serie serie, int dataIndex, float destProgress, float startPorgress = 0)
|
||||
{
|
||||
if (!serie.animation.IsItemAnimation())
|
||||
if (!serie.animation.IsDataAnimation())
|
||||
{
|
||||
serie.animation.context.isAllItemAnimationEnd = false;
|
||||
return destProgress;
|
||||
|
||||
Reference in New Issue
Block a user