Skip to content

Commit c42db79

Browse files
docs(menu): clarity in animated param
Co-authored-by: Brandy Smith <[email protected]>
1 parent e6c7550 commit c42db79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/menu/menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export class Menu implements ComponentInterface, MenuI {
367367
* Opens the menu. If the menu is already open or it can't be opened,
368368
* it returns `false`.
369369
*
370-
* @param animated If `true`, open the menu with animation. Defaults to `true`.
370+
* @param animated If `true`, the menu will animate when opening. If `false`, the menu will open instantly without animation. Defaults to `true`.
371371
*/
372372
@Method()
373373
open(animated = true): Promise<boolean> {

0 commit comments

Comments
 (0)