重构Animation动画系统,增加Addition新增动画支持

This commit is contained in:
monitor1394
2023-07-12 08:28:42 +08:00
parent eca0c6ea46
commit e515908f9b
19 changed files with 51 additions and 75 deletions

View File

@@ -649,7 +649,7 @@ namespace XCharts.Runtime
serie.show = active;
serie.RefreshLabel();
serie.AnimationReset();
if (active) serie.AnimationFadein();
if (active) serie.AnimationFadeIn();
UpdateLegendColor(serie.serieName, active);
}