Animation in SAPUI5

2019-08-10 12:06发布

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条回答
ら.Afraid
2楼-- · 2019-08-10 12:42

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

查看更多
登录 后发表回答