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
I have a component that can have a long name. This component appears in a long list. To prevent a whole bunch of moving elements on the screen, I only used the OverflowedContent element when the user hovers over the component. The text jumps to the right side and starts scrolling. To make this a little less jarring, it would be nice if it started scrolling from the left side.
The scrolling gets reset in the video, because I stop hovering. The mouse wasn't recorded for some reason.