Hello,
I’m new to Webflow. I tried to create an effect that the image will reveal when hovering the text.
But I don’t know what it went wrong. The image can’t be put behind the text and also the image keeps flashing when I used the cursor to hover it. And also, I can’t click the text to go to the other page as well. Can someone help me on fixing this issue.
The image flickers when you hover over it, because doing so stops triggers the Hover Out action on the link below it. Then in turn the link below is visible again, triggering its Hover In action, making the image appear, which triggers Hover Out… and so on…
You need to change your approach. Either have the image not overlay on top of the link that triggers it to appear and disappear (i.e. position it away from that text), or perhaps apply the interaction to hide the image to another element, e.g. a Close button that shows together with the image. You might come up with other ideas…