• Hello there,

    Any idea how I can add a sliding transition with css to the top menu / search panels?

    I have tried the following, but it doesn’t work here:

    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;

    Cheers,

    Spen

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transition on top menu’ is closed to new replies.