I have a question how to transform in a page transition. The whole content of 1st page should animate to the 2nd page on the x-axis, but not as with SlideTransition() on top of the 1st page. In CSS it would be something like translate.x
Instead I would like to shift/push/move the 1st page content from right to left out of the screen.

