当前位置:网站首页>SAP UI5 应用开发教程之七十二 - SAP UI5 页面路由的动画效果设置试读版
SAP UI5 应用开发教程之七十二 - SAP UI5 页面路由的动画效果设置试读版
2022-04-23 13:25:00 【汪子熙】
一套适合 SAP UI5 初学者循序渐进的学习教程
教程目录
-
SAP UI5 应用开发教程之三十一 - SAP UI5 的路由历史和路由回退(Routing back and history)
-
SAP UI5 应用开发教程之三十四 - SAP UI5 应用基于设备类型的页面适配功能(Device Adaptation)
-
SAP UI5 应用开发教程之四十 - 如何制作包含了 component-preload.js 在内的 SAP UI5 发布版本
-
SAP UI5 应用开发教程之四十六 - 使用 Message Manager 实现开箱即用的验证(Validation)信息抛出
-
SAP UI5 应用开发教程之五十 - 如何使用 Cordova 将 SAP UI5 应用生成一个能在 Android 手机上安装的混合应用
-
SAP UI5 应用开发教程之五十一 - 如何使用 Chrome 调试运行在手机上的 SAP UI5 Cordova 混合应用
-
SAP UI5 应用开发教程之五十二 - 如何使用 SAP UI5 的标准控件结合 Cordova 插件调用手机摄像头进行条形码扫描
-
SAP UI5 应用开发教程之五十四 - 如何将本地 SAP UI5 应用配置到本地 Fiori Launchpad 中
-
SAP UI5 应用开发教程之五十五 - 如何将本地 SAP UI5 应用通过 Node.js Express 部署到公网上
-
SAP UI5 应用开发教程之六十四 - 基于 OData V4 的 SAP UI5 表格控件如何实现 filter(过滤) 和 sort(排序)功能
-
SAP UI5 应用开发教程之六十五 - 基于 OData V4 的 SAP UI5 表格控件如何实现创建,编辑和保存功能
-
SAP UI5 应用开发教程之六十七 - 基于 OData V4 的 SAP UI5 List-Detail(列表-明细)布局的实现方式
说明
Jerry 从 2014 年加入 SAP成都研究院 CRM Fiori 开发团队之后开始接触 SAP UI5,曾经在 SAP 社区和“汪子熙”微信公众号上发表过多篇关于 SAP UI5 工作原理和源码解析的文章。
在 Jerry 这篇文章 对 SAP UI5 一无所知的新手,从哪些材料开始学习比较好? 曾经提到,Jerry 也是从 SAP UI5 菜鸟一路走过来,深知只有 ABAP 开发背景的开发者,向 SAP UI5 开发领域转型的不易,因此我在业余时间设计了这份适合 SAP UI5 初学者的学习教程,把开发一个完整的 SAP UI5 应用的流程,拆分成若干个步骤,力求每个步骤里,把涉及到的知识点都涵盖到。这些知识点可能不像我的 UI5 源码分析系列文章那么深入,但力求浅显易懂,便于 SAP UI5 初学者理解。
本教程每一个步骤的源代码,都存放在我的 Github 上,分别用文件夹 01,02,03 等等来标识,例如步骤 1 的源代码在这里。
每一个步骤均是前一步骤的基础上,添加了若干新特性。建议零基础或者对 SAP UI5 知之甚少的初学者,按照顺序从第一个步骤开始循序渐进地学习,把这些代码下载到本地,配合教程的文字讲解,自己动手,以加深理解。
大家如果对教程的每个步骤有任何疑问,欢迎在教程对应的步骤文章里给我评论,进行留言。
在本教程前续步骤的 manifest.json
文件中,我们在 routing
区域进行页面的路由设置,能看到名为 transition
的属性。实际上,正是该属性能够控制 SAP UI5 不同页面之间跳转时采用的动画效果,默认值为 slide
,即路由 target 界面采取从右到左的滑动效果,来替换发起路由的原始页面。
除了 slide
之外,SAP UI5 还支持 show
,flip
,fade
等路由动画特效。本文将通过实际例子一一讲解。
这些可选的路由特效效果值,在文件 sap/m/NavContainer.js
里逐一定义。
下面是详细的解析步骤。
版权声明
本文为[汪子熙]所创,转载请带上原文链接,感谢
https://jerry.blog.csdn.net/article/details/124361546
边栏推荐
- Common analog keys of ADB shell: keycode
- innobackupex增量备份
- 9419页最新一线互联网Android面试题解析大全
- [andorid] realize SPI communication between kernel and app through JNI
- Loading and using image classification dataset fashion MNIST in pytorch
- Learning notes of AMBA protocol
- POM of SSM integration xml
- 【快排】215. 数组中的第K个最大元素
- According to the salary statistics of programmers in June 2021, the average salary is 15052 yuan. Are you holding back?
- AUTOSAR from introduction to mastery 100 lectures (81) - FIM of AUTOSAR Foundation
猜你喜欢
面试官给我挖坑:单台服务器并发TCP连接数到底可以有多少 ?
[point cloud series] deepmapping: unsupervised map estimation from multiple point clouds
kettle庖丁解牛第16篇之输入组件周边讲解
Data warehouse - what is OLAP
[point cloud series] foldingnet: point cloud auto encoder via deep grid deformation
9419 page analysis of the latest first-line Internet Android interview questions
CSDN College Club "famous teacher college trip" -- Hunan Normal University Station
FatFs FAT32 learning notes
Solve the problem that Oracle needs to set IP every time in the virtual machine
Isparta is a tool that generates webp, GIF and apng from PNG and supports the transformation of webp, GIF and apng
随机推荐
[point cloud series] summary of papers related to implicit expression of point cloud
2021年6月程序员工资统计,平均15052元,你拖后腿了吗?
[dynamic programming] 221 Largest Square
AUTOSAR from introduction to mastery 100 lectures (52) - diagnosis and communication management function unit
AUTOSAR from introduction to mastery 100 lectures (83) - bootloader self refresh
你和42W奖金池,就差一次“长沙银行杯”腾讯云启创新大赛!
Filter and listener of three web components
MySQL 8.0.11 download, install and connect tutorials using visualization tools
[point cloud series] so net: self organizing network for point cloud analysis
超40W奖金池等你来战!第二届“长沙银行杯”腾讯云启创新大赛火热来袭!
5道刁钻的Activity生命周期面试题,学完去吊打面试官!
Migrating your native/mobile application to Unified Plan/WebRTC 1.0 API
Uniapp image import local image not displayed
[point cloud series] deepmapping: unsupervised map estimation from multiple point clouds
Imx6ull QEMU bare metal tutorial 1: GPIO, iomux, I2C
mui + hbuilder + h5api模拟弹出支付样式
Launcher hides app icons that do not need to be displayed
Short name of common UI control
mui 微信支付 排坑
[point cloud series] Introduction to scene recognition