superfish submenues fire much too slow

superfish submenues fire much too slow

Hello,

I encountered s a serious usabillity problem with superfish. Even if I set "speed:1" the submenues take 1/2 a second to pop up.

  1. .superfish({
  2.                     delay:            800,
  3.                     speed:            1,
  4.                     animation:        {opacity:'show',height:'show'},
  5.                     autoArrows:        false,
  6.                     dropShadows:    true
  7.                 });

So if a user moves the mose along the nav bar, he does not even realize there are submenus. He has to stop over each menu, wait a second, move on, wait a second, move on, wait a second... - but who does? The user doen't expect that because menus are usually faster.

How can I make the submenus pop up immediately? I do not mean the duration of the animation. It may take a time until a submenu is fully unrolled but it should start unrolling with absolutely no delay.

How can I achive that?

Thank you very much for any help,
AppCoder