triceam / app-UI

app-UI is a collection of user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.
http://triceam.github.com/app-UI/
Other
1.27k stars 239 forks source link

Choppy page transition #52

Open eugenemiretsky opened 10 years ago

eugenemiretsky commented 10 years ago

Hi,

I'm using the view navigator to transition between page and I'm getting a very choppy transition. Basically it looks like the screen 'flickers' on every transition. However, when I slow down the animation, I see that the view that is sliding in takes too long to appear (basically it's almost like it gets rendered in chunks).

Any idea how to solve this issue?

Cheers, Eugene