From 58197f3c8eb8533fa349590c950d225f0cc2dc17 Mon Sep 17 00:00:00 2001 From: liveLoad Date: Thu, 11 Sep 2025 20:29:29 +0800 Subject: [PATCH] 6.0 number 2 int Signed-off-by: liveLoad Change-Id: Iad6665548c37c53a689382846ced85b312078e96 --- api/@ohos.window.d.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/@ohos.window.d.ts b/api/@ohos.window.d.ts index 69d0beedad..5a52df9c94 100644 --- a/api/@ohos.window.d.ts +++ b/api/@ohos.window.d.ts @@ -4583,12 +4583,12 @@ declare namespace window { /** * Duration of the animation * - * @type { ?number } + * @type { ?long } * @syscap SystemCapability.Window.SessionManager * @atomicservice * @since 20 dynamic */ - duration?: number; + duration?: long; /** * Param of animation curve @@ -4622,12 +4622,12 @@ declare namespace window { /** * The opacity of window * - * @type { ?number } + * @type { ?double } * @syscap SystemCapability.Window.SessionManager * @atomicservice * @since 20 dynamic */ - opacity?: number; + opacity?: double; } /** -- Gitee