From e5008a9edf58f47326e98b1436297624e21ef4b5 Mon Sep 17 00:00:00 2001
From: king_he <6384784@qq.com>
Date: Tue, 28 Jun 2022 02:47:44 +0000
Subject: [PATCH] update
en/application-dev/reference/arkui-ts/ts-motion-path-animation.md.
Signed-off-by: king_he <6384784@qq.com>
---
.../reference/arkui-ts/ts-motion-path-animation.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/en/application-dev/reference/arkui-ts/ts-motion-path-animation.md b/en/application-dev/reference/arkui-ts/ts-motion-path-animation.md
index 4b736638cd..c7aebf5391 100644
--- a/en/application-dev/reference/arkui-ts/ts-motion-path-animation.md
+++ b/en/application-dev/reference/arkui-ts/ts-motion-path-animation.md
@@ -12,7 +12,7 @@ You can set a motion path for the component in a translation animation.
| Name | Type | Default Value | Description |
| -------- | -------- | -------- | -------- |
-| motionPath | {
path: string,
from?: number,
to?: number,
rotatable?: boolean
}
>  **NOTE**
> In a path, **start** and **end** can be used to replace the start point and end point. Example:
>
> 'Mstart.x start.y L50 50 Lend.x end.y Z' | {
"",
0.0,
1.0,
false
} | Motion path of the component. The input parameters are described as follows:
- **path**: motion path of the translation animation. The **svg** path string is used.
- **from**: start point of the motion path. The default value is **0.0**.
- **to**: end point of the motion path. The default value is **1.0**.
- **rotatable**: whether to rotate along the path. |
+| motionPath | {
path: string,
from?: number,
to?: number,
rotatable?: boolean
}
**NOTE**
In a path, **start** and **end** can be used to replace the start point and end point. Example:
>
> 'Mstart.x start.y L50 50 Lend.x end.y Z' | {
"",
0.0,
1.0,
false
} | Motion path of the component. The input parameters are described as follows:
- **path**: motion path of the translation animation. The **svg** path string is used.
- **from**: start point of the motion path. The default value is **0.0**.
- **to**: end point of the motion path. The default value is **1.0**.
- **rotatable**: whether to rotate along the path. |
## Example
--
GitLab