mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-06-20 01:55:20 -04:00
58b9e4bda7
DankDropdown popups opened and closed at a fixed speed regardless of the configured Animation Duration. The Popup inherited Qt Material's default enter/exit transitions, whose durations are hardcoded and never reference Theme.shortDuration. Override enter/exit with theme-driven transitions that keep the Material grow/fade look (scale + opacity) but read their duration from Theme.shortDuration, so every DankDropdown instance follows the animation-speed setting. Fixes #2659