diff --git a/en/application-dev/reference/arkui-js/js-components-common-animation.md b/en/application-dev/reference/arkui-js/js-components-common-animation.md
index 24676a73232a85ae609e6ea07b403bdd78961bb4..72969d608a86f4ce8fdf8ad2eb95431e18b93528 100644
--- a/en/application-dev/reference/arkui-js/js-components-common-animation.md
+++ b/en/application-dev/reference/arkui-js/js-components-common-animation.md
@@ -6,20 +6,20 @@ Components support dynamic rotation, translation, and scaling effects. These eff
>
> The initial APIs of this component are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
-| Name | Type | Default Value | Description |
-| ------------------------- | ------------------------------------------------------------ | ------------------------------------- | ------------------------------------------------------------ |
-| transform-origin | string6+ \| \ \| \ string6+ \| \ \| \ | center center | Origin position of the transformed element. The unit can be px or a percentage (relative to the animation target component). If only one value is specified, the other one is **50%**. The available values for the first string are **left**, **center**, and **right**. The available values for the second string are **top**, **center**, and **bottom**. Example: transform-origin: 200px 30% transform-origin: 100px topt ransform-origin: center center |
-| transform | string | - | Translation, rotation, and scaling attributes. For details, see **transform**. |
-| animation6+ | string | 0s ease 0s 1 normal none running none | Animation attributes in the format of **duration \| timing-function \| delay \| iteration-count \| direction \| fill-mode \| play-state \| name**. The order of the parameters is not specified, but the **duration** and **delay** parameters are parsed based on where they are placed. |
-| animation-name | string | - | @keyframes rule. For details, see **@keyframes**. |
-| animation-delay | \