Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Little bit of help?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #45775
    ScottMarshall
    Participant

    Hey guys I am working on a navigation menu for one of my clients and ran into a problem.

    What Is happening is that when you click the link the menu moves as planned to the top of the screen making the height shorter, however when you click the link there is some sort of delay on the link moving like the others when pressed. How can I get the link to move exactly like the others in a timed matter?

    Here is the source –

    http://codepen.io/marshall_993/pen/sceiK

    #139998
    pixelgrid
    Participant

    specify only the color as a property to be transitioned and dont use transition all use color instead for the li’s

    transition: color .5s ease-in-out;

    #139999
    ScottMarshall
    Participant

    Thanks man! works perfectly to have the same transition while moving I assume I just add an easing effect in the jquery?

    #140001
    ScottMarshall
    Participant

    Never mind figured it out using animate on the main-container thanks again!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.