Hey there.
I have the following problem.
On the page I created I have several pictures that are components and work like that:
Mouse enter - change to Second state (picture changes to text)
Mouse leave - after delay 10000ms - change to Default state (back to the picture)
Now in the same page I have several buttons that have only one simple hover state.
My problem is the following:
If at least one picture is still active (meaning still in the mouse leave state and about to close after 10000ms) NONE of my hover buttons work.
I need to wait until my picture will go back to the Default state in order for the buttons to start working again.
Is there any chance that someone knows what is causing this and how i could solve it ?
It is driving me crazy for hours 😅
Thanks