Forums

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

Home Forums CSS Transition-problem

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #248952
    Ayala
    Participant

    https://codepen.io/Ayalann/pen/RoJgJw

    Hi!

    I have a problem with this transition.

    If you hover on the second button the submenu dropdown in 0.5sec like an animation.
    When the cursor leave the submenu the same thing should happen, instead of this it disappear immediately.

    Why?

    #248953
    Paulie_D
    Member

    I think this is a z-index issue.

    It’s jumping from 50 to -1 (and back etc).

    If you transition that too it looks a little better.

    http://codepen.io/Paulie-D/pen/WoarpG

    #248954
    Ayala
    Participant

    Thank you!

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