Per the JQuery Mobile documentation ...
To enable animated page transitions, all links that point to an external page (ex. products.html) will be loaded via Ajax
How, if it is even possible, can one enable page transitions when building a Phonegap application where all the pages are local rather than sitting on a web server?