Animation in SAPUI5

╄→гoц情女王★ 提交于 2019-12-13 19:37:59

问题


I have two matrix layout. The first one contains seven images placed like a grid. How can we arrange all the images vertically in the second layout with animation?

-Thanks


回答1:


If you are able to 1) detect the location of your target matrixlayoutrowcells, 2) to detach the content of the source cell and 3) attach it to the target cell, than it's nothing more than just incorporating some CSS animations ;-)

See this example of a moving sap.ui.commons.Image : http://jsbin.com/jafuk/1/edit



来源:https://stackoverflow.com/questions/22371362/animation-in-sapui5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!