mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
重构Animation动画系统,增加Addition新增动画支持
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user