tegansnyder / JQuery-Mobile-Slide-Menu

A sliding menu similar to Facebook and Path's approach to menu design on mobile. This is a JQuery Mobile example. DEMO URL below:
http://www.tegdesign.com/tegansnyder-JQuery-Mobile-Slide-Menu
208 stars 65 forks source link

Slow/lag.How to make it fast? #13

Open dzulhelmi opened 11 years ago

dzulhelmi commented 11 years ago

I like it when finally someone created this FB app alike menu. But when i run it in my iOS device, the menu transition is not smooth. Its like a bit slow in response. I have minified the JS but still the same. Anyone know how to make this faster?

NDakotaBE commented 11 years ago

Hey dzulhelmi,

You can try adding jQuery.fx.inteveral = 10;

It solved the issue for me.

Kind regards,

dzulhelmi commented 11 years ago

And where should i add that? In which file?

NDakotaBE commented 11 years ago

You should add it at the mobile init event.