From 49f08e9410c3802945fc8bca268838e4ec9b9271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=80=9D=E6=B5=B7?= <1464576565@qq.com> Date: Fri, 14 Mar 2025 16:39:52 +0800 Subject: [PATCH] modify --- Runtime/Core/Animation/UISizeDelta.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Core/Animation/UISizeDelta.cs b/Runtime/Core/Animation/UISizeDelta.cs index 94d09d8..c4eaf80 100644 --- a/Runtime/Core/Animation/UISizeDelta.cs +++ b/Runtime/Core/Animation/UISizeDelta.cs @@ -41,7 +41,7 @@ namespace AlicizaX.AnimationFlow.Runtime public override bool Valid() { - return target != null && duration > 0; + return target != null; } public override float Duration()