[Resolved] Hover Time Dropdown

Home Forums Support [Resolved] Hover Time Dropdown

Home Forums Support Hover Time Dropdown

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #219633
    Stacey Usborne
    Staff
    Customer Support

    I’m not too sure what you mean by animation? Can you link me to your site?

    #219667
    Ivan

    Hi Stacey,

    Well I mean the hover transition. I cannot link you to my website, I’m working on localhost sorry.

    Thanks,

    Ivan

    #219678
    Tom
    Lead Developer
    Lead Developer

    Link transitions in GP can be removed like this:

    a {
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }
    #219681
    Ivan

    Thanks again, Tom!!

    #219726
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

    #441849
    Tom
    Lead Developer
    Lead Developer

    Just a heads up that this jQuery function has been removed in GP 2.0 (being released this week).

    The sub-menu uses CSS now, so it’s easier to adjust. Here’s an example: https://generatepress.com/forums/topic/disable-menu-animation-on-hover/#post-436051

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.