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

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

Signed-off-by: Nluoying_ace <luoying19@huawei.com>
上级 e39b29ce
...@@ -45,7 +45,7 @@ struct RotationGestureExample { ...@@ -45,7 +45,7 @@ struct RotationGestureExample {
.padding(20) .padding(20)
.border({ width: 3 }) .border({ width: 3 })
.margin(80) .margin(80)
.rotate({ angle: this.angle }) .rotate({ z: 1, angle: this.angle })
// 双指旋转触发该手势事件 // 双指旋转触发该手势事件
.gesture( .gesture(
RotationGesture() RotationGesture()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册