未验证 提交 edee8241 编写于 作者: L luoying_ace 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-basic-gestures-swipegesture.md.

Signed-off-by: Nluoying_ace <luoying19@huawei.com>
上级 e39b29ce
......@@ -52,7 +52,7 @@ struct SwipeGestureExample {
.width(300)
.height(200)
.margin(100)
.rotate({ angle: this.rotateAngle })
.rotate({ z: 1, angle: this.rotateAngle })
// 单指竖直方向滑动时触发该事件
.gesture(
SwipeGesture({ direction: SwipeDirection.Vertical })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册