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.
- .superfish({
- delay: 800,
- speed: 1,
- animation: {opacity:'show',height:'show'},
- autoArrows: false,
- dropShadows: true
- });
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