I've been reading up on jQuery Mobile Page Transitions. Very cool. There are currently (alpha 2 level) 6 defined transitions. These are:
- slide.
- slideup.
- slidedown.
- pop.
- fade.
- flip.
to use these define your link tags like this:
<a href="page.aspx" data-transition="slide">slide transition</a>.
Also, you can force a "backwards" transition by setting the attribute data-back="true".