A user encountered two problems with their customized Dawn theme’s drawer menu:
Issues identified:
Opening/closing animations not working (menu appears/disappears abruptly)
Close button has a ~1 second lag/delay when clicked
Solution provided:
The issues were resolved through CSS modifications in Assets/component-menu-drawer.css:
For animation fix: Remove existing code and add CSS targeting .js details[open] elements with proper transform and visibility transitions using theme’s default duration variable
For close button delay: Add CSS for .header__icon--menu .icon with faster transition timing (.15s ease) and proper transform/opacity/visibility properties
Outcome: Both problems were successfully resolved after implementing the suggested code changes. The menu now animates smoothly and the close button responds without delay.
Summarized with AI on November 8.
AI used: claude-sonnet-4-5-20250929.
I am having an issue with my drawer menu on my customised dawn theme. the opening and closing animation is not working, the menu just pop up. Also the close is lag/delayed and happened a second after the click on close button.