Skip to content

Commit e6c7550

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

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
@@ -405,7 +405,7 @@ export class Menu implements ComponentInterface, MenuI {
405405
* If the operation can't be completed successfully, it returns `false`.
406406
*
407407
* @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`.
408+
* @param animated If `true`, the menu will animate when opening/closing. If `false`, the menu will open/close instantly without animation.
409409
* @param role The role of the element that is closing the menu.
410410
*/
411411
@Method()

0 commit comments

Comments
 (0)