From bb3f4478c44e07cf0881af04bb7e7c37c53b2e30 Mon Sep 17 00:00:00 2001 From: sunziyuan Date: Tue, 19 Aug 2025 20:24:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0scale=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=E6=96=87=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: sunziyuan Change-Id: I788dfa3c825202827a153a330932ed04649c26f1 --- api/@internal/component/ets/common.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/@internal/component/ets/common.d.ts b/api/@internal/component/ets/common.d.ts index 77d8e7ce92..3bcd5d1682 100644 --- a/api/@internal/component/ets/common.d.ts +++ b/api/@internal/component/ets/common.d.ts @@ -20145,7 +20145,7 @@ interface ContextMenuAnimationOptions { * Sets the start animator scale and end animator scale. * * @type { ?AnimationRange } - * @default - + * @default [0.95, 1.1] * @syscap SystemCapability.ArkUI.ArkUI.Full * @crossplatform * @since 11 -- Gitee