Open dzulhelmi opened 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?
Hey dzulhelmi,
You can try adding jQuery.fx.inteveral = 10;
It solved the issue for me.
Kind regards,
And where should i add that? In which file?
You should add it at the mobile init event.
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?