Site logo

[Resolved] Menu hover animation

Home Forums Support [Resolved] Menu hover animation

Home Forums Support Menu hover animation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1597933
    Antonio

    Hello,

    I would like to add menu hover animation like Dev template in site library.
    Could you help me to find that css?

    Thank you

    Antonio

    #1598035
    David
    Staff
    Customer Support

    Hi there,

    the Dev site uses this CSS:

    /* navigation hover effect */
    
    .main-navigation .main-nav ul li>a {
        transition: transform 500ms ease-in-out;
    }
    
    .main-navigation .main-nav ul li:hover>a {
        transform: translate3d(0, -3px, 0);
    }
    #1598039
    Antonio

    Thank you, David!

    #1598065
    David
    Staff
    Customer Support

    You’re welcome

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