mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 09:20:08 +00:00
重构Animation动画系统,增加Addition新增动画支持
This commit is contained in:
@@ -106,7 +106,7 @@ namespace XCharts.Runtime
|
||||
|
||||
protected virtual void DrawScatterSerie(VertexHelper vh, BaseScatter serie)
|
||||
{
|
||||
if (serie.animation.HasFadeout())
|
||||
if (serie.animation.HasFadeOut())
|
||||
return;
|
||||
|
||||
if (!serie.show)
|
||||
@@ -216,7 +216,7 @@ namespace XCharts.Runtime
|
||||
|
||||
protected virtual void DrawSingAxisScatterSerie(VertexHelper vh, BaseScatter serie)
|
||||
{
|
||||
if (serie.animation.HasFadeout())
|
||||
if (serie.animation.HasFadeOut())
|
||||
return;
|
||||
|
||||
if (!serie.show)
|
||||
|
||||
Reference in New Issue
Block a user