From 5b507038590d6fa6edde68d2c196be6780b3b390 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Fri, 17 Dec 2021 09:09:20 +0000 Subject: [PATCH] update en/application-dev/ui/ui-js-animate-attribute-style.md. Signed-off-by: zengyawen --- en/application-dev/ui/ui-js-animate-attribute-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/ui/ui-js-animate-attribute-style.md b/en/application-dev/ui/ui-js-animate-attribute-style.md index f5543107059..9afae8fdce6 100644 --- a/en/application-dev/ui/ui-js-animate-attribute-style.md +++ b/en/application-dev/ui/ui-js-animate-attribute-style.md @@ -1,6 +1,6 @@ # Attribute Style Animation -In [Keyframes](../js-reference/js-based-web-like-development-paradigm/js-components-common-methods.md#table1491078445), dynamically set the width and height of the parent component to scale the component. Set the **scale** attribute for child components to scale the parent and child components at the same time. Then, set the **opacity** attribute to display or hide parent and child components. +In [Keyframes](../reference/arkui-js/js-components-common-methods.md#table1491078445), dynamically set the width and height of the parent component to scale the component. Set the **scale** attribute for child components to scale the parent and child components at the same time. Then, set the **opacity** attribute to display or hide parent and child components. ``` -- Gitee