Hi Isomorphic,
it would be great if you added a control like which behaves like the main layout in e.g. the app "Forza", see screenshot:
Swiping (touch, move, release) here from left to right does switch Tabs - as you start the move, the component is generated (=new ListGrid that shows the loading-wheel) and slowly moves the old one out of view.
Here you can see a swipe in transition (contents loaded already).
I'm talking mainly about the Main Layout, not the way the TabSet is also transitioning - of course, this would be nice in the calendar control as well.
Perhaps the content below a NavigationBar could change in the same way?
ListGrids already support "useless scrolls", where you can scroll/push the grid content out of view, so the "move whole content" is already working. Missing is "define what the new content is and show it instead".
Best regards
Blama
it would be great if you added a control like which behaves like the main layout in e.g. the app "Forza", see screenshot:
Swiping (touch, move, release) here from left to right does switch Tabs - as you start the move, the component is generated (=new ListGrid that shows the loading-wheel) and slowly moves the old one out of view.
Here you can see a swipe in transition (contents loaded already).
I'm talking mainly about the Main Layout, not the way the TabSet is also transitioning - of course, this would be nice in the calendar control as well.
Perhaps the content below a NavigationBar could change in the same way?
ListGrids already support "useless scrolls", where you can scroll/push the grid content out of view, so the "move whole content" is already working. Missing is "define what the new content is and show it instead".
Best regards
Blama
Comment