We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5328e70 commit e6c7550Copy full SHA for e6c7550
core/src/components/menu/menu.tsx
@@ -405,7 +405,7 @@ export class Menu implements ComponentInterface, MenuI {
405
* If the operation can't be completed successfully, it returns `false`.
406
*
407
* @param shouldOpen If `true`, the menu will open. If `false`, the menu will close.
408
- * @param animated If `true`, open or close the menu with animation. Defaults to `true`.
+ * @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation.
409
* @param role The role of the element that is closing the menu.
410
*/
411
@Method()
0 commit comments