-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Collapse] Horizontal Collapse is twitching #44940
Comments
@tomashauser I can only reproduce this in CodeSandbox and StackBlitz, not locally. Here's a video where I am running it locally in dev mode: Screen-Recording.mp4Could it be due to the online editors running in an iframe? What's your use case? Can you test it locally in your app to see if it twitches? |
This could be an OS thing I guess. If I download and run the sandbox app on my localhost, I get the exact same behavior (see the video). twitching-collapse.mp4 |
I tested it locally after downloading the CodeSandbox and can reproduce it. I'll mark it as a bug. |
Steps to reproduce
Steps:
Current behavior
In some instances a strange twitching happens. This event stretches the page, hence why there is a scrollbar for a brief moment. The card has a full width for a split second, and then it goes back to 0 width and expands slowly.
Expected behavior
The animation is smooth. There is no twitching, it starts from 0 width and expands as expected.
Context
I'm trying to achieve this exact scenario from the documentation but in a horizontal manner.
Your environment
npx @mui/envinfo
Search keywords: horizontal, collapse, twitching, transition-group
The text was updated successfully, but these errors were encountered: