mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 18:30:14 +00:00
重构Animation动画系统,增加Addition新增动画支持
This commit is contained in:
@@ -139,7 +139,7 @@ namespace XCharts.Runtime
|
||||
{
|
||||
if (!serie.show)
|
||||
return;
|
||||
if (serie.animation.HasFadeout())
|
||||
if (serie.animation.HasFadeOut())
|
||||
return;
|
||||
|
||||
Axis axis;
|
||||
|
||||
Reference in New Issue
Block a user