Hello Guys,
I want to know to get this effect. Many websites have these. When we hover on a piece of text, images pop-up and when we move away from text, they disapper.
Well, the major drawback for me is that I don't know the javascript at all! But I'm great at html&css.
I just want a simple effect, image pop-up and move along as we move the cursor on text. I'm sharing the websites which have these effects.
I'm including a codepen which has this effect but the problem is, when implement that javascript into my website, it has a part, this on
const image = document.querySelector('img')
This select all the img tag and I don't even why it has an empty img tag in the beginnning of html.
It would be great, if you can help me in any way.
https://www.craig-reynolds.com/
https://normal.studio/en/
Thanks & Have a great day!