增加AnimationAddition动画支持

This commit is contained in:
monitor1394
2023-07-11 13:32:50 +08:00
parent 0adc9e71e5
commit f678477c88
39 changed files with 704 additions and 432 deletions

View File

@@ -136,7 +136,7 @@ namespace XCharts.Runtime
InitComponentHandlers();
InitSerieHandlers();
AnimationReset();
AnimationFadeIn();
AnimationFadein();
XChartsMgr.AddChart(this);
}
@@ -416,7 +416,7 @@ namespace XCharts.Runtime
if (!m_CheckAnimation)
{
m_CheckAnimation = true;
AnimationFadeIn();
AnimationFadein();
}
}
@@ -590,7 +590,7 @@ namespace XCharts.Runtime
serie.context.dataIndexs.Clear();
serie.context.dataIgnores.Clear();
serie.animation.context.isAllItemAnimationEnd = true;
if (serie.show && !serie.animation.HasFadeOut())
if (serie.show && !serie.animation.HasFadeout())
{
if (!serie.context.pointerEnter)
serie.ResetInteract();