Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Getting Rid of the Sub-menus "Fade in Fade Out Delay"

Home Forums Older releases 0.9.x Getting Rid of the Sub-menus "Fade in Fade Out Delay" Re: Getting Rid of the Sub-menus "Fade in Fade Out Delay"

#1652
admin
Keymaster

You can tweak the the following options:

showTimeout: 250,	// timeout before showing the sub menus
hideTimeout: 500,	// timeout before hiding the sub menus

However, note that using no delay at all – i.e.:

$('#main-menu').smartmenus({
	showTimeout: 0,
	hideTimeout: 0
});

is not very recommended because it hurts usability for desktop/mouse users.