Skip to main content

bad css application

Comments

3 comments

  • Alex

    Hi,

    I have created an internal issue on this regard and we will look into it. Meanwhile, you can use the .brz-image class to apply your code.

    .brz-image:hover {
    transform: translateY(5px);
    transition: 0.5s;
    }

    .brz-image {
    transition: 0.5s;
    }

    0
  • Théophile Bellintani

    Hi Alex,

    Tanks for your answer. Your solution is only partial, the scale is realised, but not the transition: 0.5s. Very strange.

    0
  • Théophile Bellintani

    Ok, it's a false problem, with !important attribute, transitions are avalaible too.

    Thanks !

    0

Please sign in to leave a comment.