using the animation option you can get effects on the opening of sub menus

example:
jQuery('ul.sf-menu').superfish({animation:{height: "show"},speed : 1000});// produces 1 second slide down effect, use opacity for fades, margins for positions etc

to reverse for the slideUp there is no option in code for this as it is set to hide();

you can however go into superfish.js and modify the function    hideSuperfishUl()
if it's the hide() you want to work with I have  a modified script file that might help



example;
Chris wrote:
Dear developers, dear community,

in order to complete my design, I'd like to kindly ask you if there's
a possibility to use JQuery's SlideUp animation within a horizontal
menu created by SuperFish.

I tried to modify the mod_superfishmenu.xml to be able to set
parameters within the "animation" - dropdown list, but i can't find
the type-definitions :(.

Is there a possibility to create a custom animation below in the
specific field?

Many thanks in advance and your great work,
Chris

  

Reply via email to