Skip to:
Content
Pages
Categories
Search
Top
Bottom

CSS Transitions for BP Navigation


  • John Conner
    Participant

    @johnconner

    wp 3.5.1
    bp 1.7
    theme bp default

    Hi, I need help to find out how to add below css codes to default.css file and make transitions work in navigation menu:

    #nav li { -webkit-transition: all 0.2s; }
    #nav li a { -webkit-transition: all 0.5s; }
    #nav li ul { -webkit-transition: all 1s; }
    #nav li ul li { -webkit-transition: height 0.5s; }
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘CSS Transitions for BP Navigation’ is closed to new replies.
Skip to toolbar