Reply 202606 to: Menu Items Animation Effect

Avatar: thisisbolo
thisisbolo
Participant
November 7, 2018 at 19:26

I’m still having no luck killing the fadeIn effect. It’s some how set in stone somewhere. What I’m trying to do is kill the fadein fadeout effect and make the menu slide down on hover but I can’t seem to get it working properly. Almost there but it’s a bit quirky. Thoughts?

jQuery(document).ready(function($){
   $('.menu-wrapper>.menu-main-container>.menu>.item-with-block').on('mouseover', function() {
   	$('.menu-static-block.nav-sublist-dropdown').slideToggle();
   });
   $('.menu-wrapper>.menu-main-container>.menu>.item-with-block').on('mouseleave', function() {
   	$('.menu-static-block.nav-sublist-dropdown').slideToggle();
   })
});
Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.