You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/src/components/menu/menu.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -393,7 +393,7 @@ export class Menu implements ComponentInterface, MenuI {
393
393
* Toggles the menu. If the menu is already open, it will try to close, otherwise it will try to open it.
394
394
* If the operation can't be completed successfully, it returns `false`.
395
395
*
396
-
* @param animated If `true`, toggle the menu with animation. Defaults to `true`.
396
+
* @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation. Defaults to `true`.
0 commit comments