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.

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"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1362
    calledbyfaith
    Participant

    I would like to shorten or eliminate the sub-menu’s (ul) fade-in/fade-out delay. All help is appreciated. Thank you!

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.