Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter poulet44

    (@poulet44)

    Ok you can set the speed by applying filters, in your functions.php:

    function megamenu_flyout_hover_delay($array) {
    $array[‘effect’][‘slide’][‘speed’] = “slow”;

    return $array;
    }
    add_filter(‘megamenu_javascript_localisation’, ‘megamenu_flyout_hover_delay’, 10, 1);

    Thanks for the hook ??

    Plugin Author megamenu

    (@megamenu)

    Hi,

    A quick heads up. In the upcoming release of MMM v2.2 I’ve added CSS3 animation effects and an “Effect Speed” option directly to the plugin. As a result the above code will unfortunately no longer work (your speed will default back to 200ms).

    For more details (including a method to make sure you don’t lose your custom animation speed option) please see:

    https://www.maxmegamenu.com/documentation/faqs/change-animation-speed/

    Regards,
    Tom

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slide / Fade effect speed’ is closed to new replies.