This commit is contained in:
陈思海 2025-03-14 17:33:35 +08:00
parent 70468d6a22
commit dad3b33f9e

View File

@ -31,6 +31,11 @@ namespace AlicizaX.AnimationFlow.Runtime
target.sizeDelta = from; target.sizeDelta = from;
} }
if (Condition())
{
target.sizeDelta = to;
}
enterValue = target.sizeDelta; enterValue = target.sizeDelta;
} }
@ -58,6 +63,5 @@ namespace AlicizaX.AnimationFlow.Runtime
{ {
return target != null ? target.name : null; return target != null ? target.name : null;
} }
} }
} }