Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter gojak

    (@gojak)

    Only adding slow and fast in milliseconds input area works. I wanted to add really really slow closing delay b-b-b-ut I can’t.
    Editing this field in .js file doesn’t do anything also
    `if(defaults.event == ‘hover’){
    // HoverIntent Configuration
    var config = {
    sensitivity: 2, // number = sensitivity threshold (must be 1 or higher)
    interval: 100, // number = milliseconds for onMouseOver polling interval
    over: megaOver, // function = onMouseOver callback (REQUIRED)
    timeout: 400, // number = milliseconds delay before onMouseOut
    out: megaOut // function = onMouseOut callback (REQUIRED)
    };
    $(‘li’,$dcMegaMenuObj).hoverIntent(config);
    }`

    Thread Starter gojak

    (@gojak)

    Oh dear, wrong post. Sorry
    I have issue with JQuery Drop Down Menu…

    Plugin Author remix4

    (@remix4)

    Hi gojak – sorry only just seen your post

    Is it the actual menu sliding effect you want to slow down?

    altering hoverintent affects how reactive the menu is to mouseout of the main menu item. To change actual speed you need to change the defaults.speed setting.

    At the moment the plugin only has a couple of settings to make it less complicated but will look at updating it to give more control.

    If you want to manually set it for now change the variable defaults.speed in lines 38, 41, 48 and 51 of the jquery plugin

    Thread Starter gojak

    (@gojak)

    Thank you so much.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: JQuery Mega Menu Widget] delay mouse out’ is closed to new replies.