From d57f100ddf3a94ff9d7c28fae0464ddfc8d10bc8 Mon Sep 17 00:00:00 2001 From: haoziii Date: Wed, 6 Jul 2022 09:13:28 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/application-dev/reference/arkui-?= =?UTF-8?q?ts/ts-motion-path-animation.md.=20offsetX,offsetY=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=AE=9A=E4=B9=89=E4=BA=86,=E6=9C=AA=E5=BC=95?= =?UTF-8?q?=E7=94=A8=20Signed-off-by:=20=E9=99=88=E8=81=AA=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reference/arkui-ts/ts-motion-path-animation.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-motion-path-animation.md b/zh-cn/application-dev/reference/arkui-ts/ts-motion-path-animation.md index 365b51a2b8..010aca58e3 100644 --- a/zh-cn/application-dev/reference/arkui-ts/ts-motion-path-animation.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-motion-path-animation.md @@ -21,8 +21,6 @@ @Entry @Component struct MotionPathExample { - @State offsetX: number = 0 - @State offsetY: number = 0 @State toggle: boolean = true build() { -- GitLab