Hi All
Recently I noticed that a transition I wrote (kinda like a page slide transition) using the jQuery animate function l
- myDiv.animate({ left: -768 } ) ;
didn't didn't look as good as a jQueryMobile page transition. Does a page transition uses the 'animate' function or do they do something different ?
Cheers