You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So as I described in the title, I'm using an animation on the change of layout, namely the flex direction and sometimes the animations behaves weirdly, more specifically when the cursors traverses the element too fast.
I have a fairly complex Button Component where I'm using it and I'm also using styled-components.
Here's a demo of the issue:
Recording.2023-04-30.202833.mp4
You can see that when I hover slowly it works well, but when I hover too fast it goes crazy!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi! ☀️
So as I described in the title, I'm using an animation on the change of layout, namely the flex direction and sometimes the animations behaves weirdly, more specifically when the cursors traverses the element too fast.
I have a fairly complex Button Component where I'm using it and I'm also using styled-components.
Here's a demo of the issue:
Recording.2023-04-30.202833.mp4
You can see that when I hover slowly it works well, but when I hover too fast it goes crazy!
Here's the code for the parent component:
And here's the code for the styled component:
Beta Was this translation helpful? Give feedback.
All reactions