Jump to content

Leo theme mega menu dropdown hover effect


apsara

Recommended Posts

hi, i'm using leo theme mega menu. i want to add slide down & slide up effect on dropdown menu.  i'm using bootstrap solution but it's not working on very first hover.and second hover slide down work. but slide up not working on few time hover over on the same menu item.

	$( '.megamenu li.dropdown').hover(function() {
		$(this).find('.dropdown-menu').first().slideDown(300);
	}, function() {
		$(this).find('.dropdown-menu').first().slideUp(600);
	});

 here i'm using code.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...