76
Views
2
Comments
Solved
Activate image on hover

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?

2023-04-16 15-25-31
Krishnanand Pathak
Solution

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


Hover Event.oml
2023-10-31 17-31-04
Matheus Henrique Souza

Very thanks

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.