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 ?
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
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)
}
}
Hi Luisgasser,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria