Delay
Hi,
Is it possible to set a delay to megamenu disappearance when mouse hover out the parent option?
On menus with a lot of items if the mouse pointer pass through another option on the way down, the megamenu desapear, so, the user must to go straigth down to be able to select mega menu options.
I tryed to implement hoverintent() and others scripts like this with no success:
I tryed to implement hoverintent() and others scripts like this with no success:
jQuery(document).ready(function() {
jQuery(".sf-menu").hoverIntent(menuin , menuout);
});
// expand the height of the container
function menuin(){
jQuery(".mfn-megamenu-7").animate({height: 'toggle'}, "1000");
}
// reset the height of the container
function menuout() {
jQuery(".mfn-megamenu-7").animate({height: 'toggle'}, "1000");
}
Comments
we are very sorry but we do not have any option that is able to handle what you ask for, nor any solution unfortunately.
Thanks for understanding!
I have this code:
Is not working because css has ben executed first.
Maybe you can implement this on the next upgrade.
I noticed that fade effects was not working. So looking for solutions, i noticed that the option .stop(true,true) was repeated to many times. I just remove it from the lines below:
You can do the same fot mobile option on lines 89 and 94.
I hope you guys fix these on next release.
Thank You.