Feature request
Summary
The Drawer component currently animates padding-bottom using CSS transitions, which isn't hardware-accelerated. Using transform: translateY() would improve performance on Android through GPU acceleration.
Examples in other libraries
https://github.com/emilkowalski/vaul
https://github.com/viliket/pure-web-bottom-sheet
Motivation
Optimizing the drawer animation would improve mobile performance.