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 073938a1009eb7441efd4039de84ba8a24cf188c..67d034e063b70c2447d488356a8b75094e516426 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 @@ -23,8 +23,6 @@ The attributes below can be used to set the motion path of the component in a tr @Entry @Component struct MotionPathExample { - @State offsetX: number = 0 - @State offsetY: number = 0 @State toggle: boolean = true build() {