Hi! Pasted below is an image of my website.
I would like the photo with the red background to come into the front (and stay in front) when the mouse hovers over the sliver of the image showing, reversing only when the user hovers over the photo with the dirt background.
I am wondering if this is possible. I know I probably need to use, but am not sure beyond that:
export function image1_mouseIn(event, $w) {
//Add your code for this event here:
}
I have not coded much, so any information to start would be helpful!