未验证 提交 cbf02e46 编写于 作者: L LiAn 提交者: Gitee

update zh-cn/application-dev/reference/arkui-js/js-components-common-transition.md.

Signed-off-by: NLiAn <lian15@huawei.com>
上级 f5870c7f
...@@ -48,8 +48,10 @@ PageA跳转到PageB,跳转的共享元素为image, shareid为“shareImage ...@@ -48,8 +48,10 @@ PageA跳转到PageB,跳转的共享元素为image, shareid为“shareImage
<div> <div>
<list> <list>
<list-item type="description"> <list-item type="description">
<image src="item.jpg" shareid="shareImage" onclick="jump" class="shared-transition-style"></image> <div>
<text onclick="jump">Click on picture to Jump to ths details</text> <image src="item.jpg" shareid="shareImage" onclick="jump" class="shared-transition-style"></image>
<text onclick="jump">Click on picture to Jump to ths details</text>
</div>
</list-item> </list-item>
</list> </list>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册