force an animation on a page

force an animation on a page

Hi,
How do I force an animation on a page? I'm updating something on a page, but want it to look like a transition with a slide, even though it's the same page.

I tried doing $.mobile.changePage(...) using the id of the page I'm currently on, but it didn't do anything.

Thanks