未验证 提交 8976792b 编写于 作者: 胡金云 提交者: Gitee

update zh-cn/application-dev/reference/arkui-ts/ts-page-transition-animation.md.

添加RouteType枚举说明相关描述说明;
Signed-off-by: N胡金云 <hujinyun129@163.com>
Signed-off-by: N胡金云 <hujinyun129@163.com>
上级 0b0da612
......@@ -24,8 +24,8 @@
- RouteType枚举说明
| 名称 | 描述 |
| ---- | ---------------- |
| Pop | 重定向指定页面。 |
| Push | 跳转到下一页面。 |
| Pop | 重定向指定页面。PageA跳转到PageB时,PageA为Exit+Push,PageB为Enter+Push。 |
| Push | 跳转到下一页面。PageB返回至PageA时,PageA为Enter+Pop,PageB为Exit+Pop。 |
## 属性
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册