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 🙂
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