[Resolved] Fade effect on menu

Home Forums Support [Resolved] Fade effect on menu

Home Forums Support Fade effect on menu

  • This topic has 3 replies, 2 voices, and was last updated 4 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1244631
    jose

    I want a fade effect. I try this

    .dropdown-click .main-navigation ul.toggled-on, .dropdown-click .main-navigation ul li.sfHover>ul.toggled-on {
        left: auto;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        height: auto;
        overflow: visible;
        transition: 1s;
    }

    But when i close the menu, toggle-on is removed and It doesnt use the transition opacity.

    Thx

    #1244822
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link me to your website so I can take a look?

    What if you apply the transition to the selector without the .toggled-on class?

    Thanks!

    #1245669
    jose

    Ok, its easy :

    nav .main-nav .mega-menu > ul {
    height: auto;
    }

    Thx!

    #1245966
    Tom
    Lead Developer
    Lead Developer

    Glad you got it working 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.