Skip to main content
Cecily
April 7, 2021
Question

Hovers on interactive components are malfunctioning and rendering oddly

  • April 7, 2021
  • 41 replies
  • 11079 views

Hovers on interactive components are malfunctioning in the prototype and present modes in a few different ways:

  • Rendering text oddly, letters are getting jumbled
  • Filling in areas with color
  • Seemingly disappearing from view

Seeing this on 2021-04-07T23:50:00Z

This topic has been closed for replies.

41 replies

Niki_Cukier
November 8, 2022

Hey @dennsi can you send me your email so i can share with you a link ? So interesting thing is that now it actually works, but only after a few tries of hovering it… thats weird

Niki_Cukier
November 8, 2022

@dennsi Ok… actually i realized whats the delay…
I hove another component above it which also has a variant with “mouse enter” and with a delay of 10000ms. So now i realized that my second hover button only starts working when my compenent above it “closes” the “mouse enter” state!
Dont know if i am explaining it good 😅
Do you have any idea why this is happening ?

dennsi
Active Member
November 8, 2022

Hey @Niki_Cukier I sent you a DM where you can provide me a link to the file.
First guess would be that often folks confuse while hovering with mouse enter

MJR
January 25, 2023

I was having the same issue and discovered having smart animation on the hover action caused the issue.

Once I switched the hover effect to instant the bug went away.

Denial_Keco
May 15, 2023

Hi, I can’t seem to get the hover working either.

I use instant always for hover and it doesn’t change.

Any idea what can it be besides nested components because I have a clean file with one newly created component so it should work but still no luck.

Thanks,

Deni

July 31, 2023

Hi, I had the same problem with flickering buttons and thought it was a bug, but actually it was my mistake 😀

I added “while hovering” interaction to both variants of the same component, which is wrong and causes this recursive loop. As soon as I removed “while hovering” interaction from the second (=“hover”) variant, the problem was solved. Maybe this helps someone 😊
image

GOMEZ_Tatiana
New Member
October 19, 2023

Hi, My hovering function is malfunctioning. When I hover it just moves to a different part of the screen (I am not making any mistakes) I do what I always do but now is not working property. Could I please get some help? 😦

GOMEZ_Tatiana
New Member
October 19, 2023

I tried the reset component state component state already but it this does not really appear if u are hovering

November 16, 2023

Hi, i had the same issue with a fixed componant, when i hover it, it bounce to initual position at the top and then go back to the fixed position (bottom of the screen in this case). For solving that, i just put the componant in an auto layout, fixed it and the issue was gone 😀 !

Sea
January 3, 2024

thank you, my problem has resolved because using your advice.