Вы пробовали предложение, предложенное addydmasi на JQTouch Animations Wiki ? Вставьте соответствующий комментарий ниже для удобства:
To those who want to animate between two separate web pages, try this in your <body>:
<div id="main"><ul><li><a href="#page1" class="slide">Go to another page</a></li></ul></div>
<div id="page1"><iframe src="http://google.com">Error</iframe></div>
Replace the src with the file name of the second page and also "page1" with any other name. Then add this to your <head>:
<style type="text/css">div>iframe{width:100%;height:100%;margin:0;padding:0;border-width:0;}</style>
Дайте нам знать, если это работает.