feat(MatMenu): option to open menu instantly
See original GitHub issueFeature request
The menu should (optionally) open without the animation (like stated in the Material Design Spec: https://material.io/design/components/menus.html#behavior -> Motion Section)
What is the expected behavior?
Desktop menus have the option to open instantly
What is the current behavior?
Menu opens with (kinda slow) animation.
What is the use-case or motivation for changing an existing behavior?
Alignment with the Material Design Spec and faster user interaction on Desktop Browsers
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
6.4.7
Is there anything else we should know?
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (5 by maintainers)
Top Results From Across the Web
How to open mat-menu programmatically? - Stack Overflow
You need to get hold of MatMenuTrigger instance from [matMenuTriggerFor] element #menuTrigger="matMenuTrigger" [matMenuTriggerFor]="menu".
Read more >Menu - Angular Material
<mat-menu> is a floating panel containing list of options. Basic menu ... Material supports the ability for an mat-menu-item to open a sub-menu....
Read more >Angular Material Menu: mat Menu example
How to open mat menu programmatically? Creating dynamic menu list items; mat-menu-item click event. Navigate to an angular route on menu click event....
Read more >Angular Material 2 Responsive Sidebar Menu Navigation
Angular Material 2 is finally something I wanna get my head into. ... mat-menu-item> <mat-icon>dialpad</mat-icon> <span>Dropdown Link ...
Read more >Spaghetti Whiplash: On the Menu · LRB 17 November 2022
Menu Design in Europe: A Visual and Culinary History of Graphic ... Pubs and restaurants struggling to get waiting staff have found it ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We would also appreciate this option. Users are spending more time waiting for the menu to appear than making a selection.
I’m also looking for an option to disable animation for MatMenu only. It had terrible performance issue on MS Edge.