From 94d7b76bcbf37e69f4dab8908b2979a47eab5d1e Mon Sep 17 00:00:00 2001 From: taosheng11 <8371186+taosheng11@user.noreply.gitee.com> Date: Tue, 19 Aug 2025 06:58:59 +0000 Subject: [PATCH] =?UTF-8?q?update=20PowerAnalysis/LowerPowerSample/entry/s?= =?UTF-8?q?rc/main/ets/pages/LowPower=5FAnimate=5FExample.ets.=20=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=90=8C=E6=BA=90=E6=A0=87=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: taosheng11 <8371186+taosheng11@user.noreply.gitee.com> --- .../entry/src/main/ets/pages/LowPower_Animate_Example.ets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PowerAnalysis/LowerPowerSample/entry/src/main/ets/pages/LowPower_Animate_Example.ets b/PowerAnalysis/LowerPowerSample/entry/src/main/ets/pages/LowPower_Animate_Example.ets index 18ac0bbd..b0bde63b 100644 --- a/PowerAnalysis/LowerPowerSample/entry/src/main/ets/pages/LowPower_Animate_Example.ets +++ b/PowerAnalysis/LowerPowerSample/entry/src/main/ets/pages/LowPower_Animate_Example.ets @@ -189,7 +189,7 @@ export struct MyAnimateToExample_Visible { // [End Anim_power_case_3] -[Start Anim_power_case_4] +//[Start Anim_power_case_4] let expectedFrameRate: ExpectedFrameRateRange = { min: 0, max: 120, @@ -284,4 +284,4 @@ export struct MyAnimatorTest { } } } -[End Anim_power_case_4] \ No newline at end of file +//[End Anim_power_case_4] \ No newline at end of file -- Gitee