From 81a63e83ba02e7a4beb391d2386827e39f9f938f Mon Sep 17 00:00:00 2001 From: Gloria Date: Tue, 6 Sep 2022 19:19:32 +0800 Subject: [PATCH] update docs against 7499 Signed-off-by: wusongqing --- .../reference/apis/js-apis-windowAnimationManager.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/application-dev/reference/apis/js-apis-windowAnimationManager.md b/en/application-dev/reference/apis/js-apis-windowAnimationManager.md index a81bb5c76c..ee3fa7397e 100644 --- a/en/application-dev/reference/apis/js-apis-windowAnimationManager.md +++ b/en/application-dev/reference/apis/js-apis-windowAnimationManager.md @@ -3,7 +3,7 @@ The **WindowAnimationManager** module provides APIs to listen for application st > **NOTE** > -> This component is supported since API version 9. Updates will be marked with a superscript to indicate their earliest API version. +> The APIs of this module are supported since API version 9. Updates will be marked with a superscript to indicate their earliest API version. > > The APIs provided by this module are system APIs. @@ -350,7 +350,7 @@ var controller = { ``` ## WindowAnimationTarget -Implements animation in a window. +Defines a window to display animation. **System capability**: SystemCapability.WindowManager.WindowManager.Core -- GitLab