feat(ui): add option to disable menu popup animations (#3737)#3744
feat(ui): add option to disable menu popup animations (#3737)#3744leno23 wants to merge 1 commit into
Conversation
Expose EnableMenuAnimations in Display settings (defaults to the OS preference). When disabled, menu and submenu popups open instantly without fade animation via SystemParameters.MenuPopupAnimation.
|
Note This comment was generated by Claude (claude-fable-5 via Claude Code) and is posted on its behalf after reading it. Thanks for taking a look at #3737. We are closing this PR for two reasons: 1. It does not compile — the central API call is hallucinated. 2. It no longer applies — ILSpy's UI is now Avalonia, not WPF. This branch is based on a master from before the Avalonia 12 port landed; it patches files that no longer exist ( |
Summary
Fixes #3737.
Adds Enable menu animations to Display options (under Other). When unchecked, menu and submenu popups use
PopupAnimation.Noneinstead of the default fade-in.ILSpy.xmland applied at startup and when changed in options.Test plan