Hi Ed,

The option you need to change is the speed option. For example, you
could initialise Superfish like this:

$(document).ready(function(){
  $('ul.nav').superfish({
    speed : 1
  });
});

Setting speed to 1 will make the animation occur at the speed of 1
millisecond ie. instantly. Obviously you can add further options also,
if desired.

Joel Birch.

Reply via email to