• Resolved eawilms

    (@eawilms)


    Hi, is there any way to modify or change how sensitive/ fast the animation of the megamenu when hovered the link on the navigation? Basically, when I switch to another link or when I hover on the link and it is out of the area already, the megamenu quickly uses.

    I want to stay or slow it a bit so it will be a better user experience as it won’t keep on switching menus when hovered.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @eawilms ,

    Currently we don’t have any option to slow the transition on hover. But you can achieve it by writing some custom CSS code. Please add this below CSS code in Appearance → Customize → Additional CSS

    @media (min-width: 1025px){
        .elementskit-megamenu-has .elementskit-megamenu-panel {
            transition: 1000ms !important; //your desired time in milliseconds
        }
    }

    Let us know the update. We are always here to help you.

    Regards

    Thread Starter eawilms

    (@eawilms)

    Thank you Benjir for the quick response.

    One last question is it possible to trigger the megamenu both hover and click.

    For example, if I click it the megamenu will remain open and when moving to another link it will close automatically?

    Hi @eawilms ,

    Currently we don’t have option for megamenu that will open on click. It will open only on hover right now. But if you want you can make a feature request here. We will try to add this feature in our future update.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Megamenu sensitivity when hover’ is closed to new replies.