**Component** `Drawer` **Describe the feature request** Update the exit animation. It currently looks stuttery. 1) look at using `translateX` instead of `right` position 2) update the `ease-exit` animation to this value ``` cubic-bezier(0.76, 0, 0.24, 1) ``` Referenced from https://easings.net/ **Screenshots or Documentation** Tested both easeInOutCubic (top) and easeInOutQuart (bottom) https://github.com/user-attachments/assets/b3a49657-95b4-411d-b2d0-997089a43ff2
Component
DrawerDescribe the feature request
Update the exit animation. It currently looks stuttery.
translateXinstead ofrightpositionease-exitanimation to this valueReferenced from https://easings.net/
Screenshots or Documentation
Tested both easeInOutCubic (top) and easeInOutQuart (bottom)
Screen.Recording.2026-05-19.at.11.36.40.AM.mov