Steps to reproduce
Reproducible on MUI's own documentation site:
- Open https://mui.com/material-ui/react-drawer/#swipeable on a mobile device (or Chrome DevTools mobile emulation with touch input)
- Open any of the SwipeableDrawer demos
- Swipe the drawer down to close it
Current behavior
The close animation flickers. The drawer:
- Begins sliding closed (following the swipe gesture)
- Snaps back open mid-animation
- Then closes again
The visible result is a flicker / double-close effect rather than a single smooth close transition.
Expected behavior
The drawer should close once, with a single smooth animation, when the swipe gesture passes the close threshold - matching the behavior in v7.
Context
No response
Your environment
npx @mui/envinfo
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Search keywords: SwipeableDrawer
Steps to reproduce
Reproducible on MUI's own documentation site:
Current behavior
The close animation flickers. The drawer:
The visible result is a flicker / double-close effect rather than a single smooth close transition.
Expected behavior
The drawer should close once, with a single smooth animation, when the swipe gesture passes the close threshold - matching the behavior in v7.
Context
No response
Your environment
npx @mui/envinfoSearch keywords: SwipeableDrawer