With servoy 7.4 it is possible to change the page transitions.
Using the following code in onSolutionOpen I managed to change the default page transition:
$.mobile.defaultPageTransition = 'slide';
But I would like to know how I can set the page transition for each page individual.