Skip to main content

Sorry I don’t really know how to explain this. I have a menu, while hovering with the mouse you should have a more options on each category. I made a classic mouse enter = open overlay / mouse leaves = close overlay, but in the preview, it keeps flickering when approaching the button area, like one pixel tells mouse enter and the next pixel triggers the mouse leave event, next pixel triggers mouse enter, etc.


Please take a very quick look and tell me if it’s a bug or if I made a mistake, thank you.


flickering mouse enter / mouse leave project

Thanks for sharing it! It worked.


I’m experiencing the exact same issue… all my old prototypes that have a weird ‘Mouse move inside’ and ‘Mouse move outside’ work just fine. I get a flickering of other hoverable (either while hovering or mouse enter) elements in the main overlay. So basically I have a row that I hover over to display a dropshadow and icon, and then when I hover over the icon I get a tooltip, but that tooltip flickers like crazy. Used to always work without issue and without creating any components. I don’t want to create any unnecessary interactive components… I’ve tried the naming solution and the delay solution and both did not work for me…