Hello, how are you?
So, I need that when the user hovers the mouse over a container that contains a photo, it activates another one over it, that is, when I hover over this container, my local variable, which is boolean, passes to true, and when I take it it goes to false.
Can anyone help me?
Hi @Matheus Henrique Souza ,
You can use onmouseenter and onmouseleave events as shown below.
Note: These event are not available in Event Dropdown. You Just need write manually event as shown above.Sharing the oml for reference
Hope it will help.
Regards
Krishnanand Pathak
Very thanks