未验证 提交 88eaca17 编写于 作者: O openharmony_ci 提交者: Gitee

!15134 翻译完成 14410

Merge pull request !15134 from ester.zhou/CM-0224
...@@ -47,7 +47,8 @@ struct SharedTransitionExample { ...@@ -47,7 +47,8 @@ struct SharedTransitionExample {
struct pageBExample { struct pageBExample {
build() { build() {
Stack() { Stack() {
Image($r('app.media.ic_health_heart')).width(150).height(150).sharedTransition('sharedImage') Image($r('app.media.ic_health_heart')).width(150).height(150)
.sharedTransition('sharedImage', { duration: 800, curve: Curve.Linear, delay: 100 })
}.width('100%').height('100%') }.width('100%').height('100%')
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册