Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1238459

    Hi,

    i have 3 rows with full color background an icon and a bit text. I use the hover efect on the rows, but it only make a backround transparency – is it posible to change the hover effect to a minimal animation, so that the row size ist getting bigger for some pixels ?

    #1238553

    Hey Stefan,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1238822

    I found this solution

    .flex_column.av_one_third:hover {
    animation: grow 2s;
    animation-fill-mode: forwards;
    position: relative;
    z-index: 50;
    }
    @keyframes grow {
    to {
    transform: scale(1.2)
    }
    }

    #1238917

    Hi Luisgasser,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.