I have an application written using PhoneGap 1.0 and jQuery Mobile 1.0b2 running on iPhone and iPad.
Ever since I started using the framework, I have been plagued by per
To improve the transition speed simply set the transition duration as :-
.in, .out { -webkit-animation-duration: 250ms !important; }
In the above case the transition duration is 250 ms.