Re[3]: Large menu performance
2007/01/02 21:13
Viewed 5384 times
Replies: 0/0

I added the lazy attribute to the setup of my menu and it has made a big difference. An example is included below. I hope this helps!

DynarchMenu.setup('menu', { electric: 250, lazy: true });

Google