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
When implementing a simple layout with a navigation drawer that supports both standard and mini variants, along with a toggle button to switch between them, we encountered an issue. Specifically, when the drawer’s position is set to relative, a visual glitch occurs: pressing the toggle button causes the drawer to instantly switch to the mini variant before it begins sliding to the left, resulting in a noticeable "jump" effect.
Reproduction
Create a layout that includes a navigation drawer with both normal and mini variants.
Set the drawer’s position to relative.
Add a toggle button to switch between the two drawer variants.
Launch the application and toggle the drawer state using the button.
Observe the animation when switching from normal to mini variant.