This might be difficult to explain. I have a row of thumbnails with hover states and each with their own background image. Each thumbnail is then displayed in a carousel (component). The functionality is, Mouse Enter (over a specific thumbnail) and the hover state and background image appears; Mouse Leave and the thumbnail returns to it’s default state.
This works well, however, when you move away from the component (Mouse Leave), all mouse enter/leave events previously activated, seems to playout. Example, all the actions are kept and rolls backwards as if playing through the history.
Said it would be difficult to explain! I’ve uploaded a screen recording of the issue. Any advise/direction would be a great help.
I’m not sure if this is a bug within Figma or using incorrect handlers.