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 e6c7550 commit c42db79Copy full SHA for c42db79
core/src/components/menu/menu.tsx
@@ -367,7 +367,7 @@ export class Menu implements ComponentInterface, MenuI {
367
* Opens the menu. If the menu is already open or it can't be opened,
368
* it returns `false`.
369
*
370
- * @param animated If `true`, open the menu with animation. Defaults to `true`.
+ * @param animated If `true`, the menu will animate when opening. If `false`, the menu will open instantly without animation. Defaults to `true`.
371
*/
372
@Method()
373
open(animated = true): Promise<boolean> {
0 commit comments