[jQuery] opacity in animations
When I call superfish like this:
$(".nav").superfish({animation : {opacity: .5}});
... it always animates from dark to light on the first time you access a menu, and then on subsequent accesses, it's already at opacity: .5, so it doesn't animate anything.
So, how can I achieve what I want, which is to navigate from nothing, to .5, every time I access the menu.
Thanks!