Make text apear when hovering on logo

Hi There,

I was wondering if it’s possible to fade away a png image and put text on it when on hover. The background is an image, so the text or png can’t have any background. When I try to do this now the animations keep fading in and out while the loop mode isn’t on.

I just want to hover over the logo and make text apear and logo dissapear.

Is this possible?

@Louise_De_Groote yes, this is fairly easy to achieve. Try this:

  1. Place the text on top the image and animate it onhover with opacity 0-100 and itself as the trigger.

  2. Next, select the image and add onhover animation with opacity 100-0 with the text as the trigger.

    .

This should do the trick!

1 Like