0

I use jQuery and the suckfish plugin for a menu but i don't want any animation when the submenu is showing.

I have the speed set on 0 but still there is some milliseconds between the head menu hover and the sub menu.

How can i disable the animation totally?

cytinus
  • 5,467
  • 8
  • 36
  • 47
Maanstraat
  • 1,241
  • 7
  • 34
  • 63

1 Answers1

2

Maybe you could do It without the plugin since no animation is needed?

If you can, try this code. Make sure you substitute fadeIn('fast') with just show().

microspino
  • 7,693
  • 3
  • 48
  • 49