Composer hideOverlay effect bug?

Hi there, does anyone know if there’s a bug in composer.hideOvelay effect? and if not why my code is wrong…?

when I call showOverlay the effect works perfeclty but when I use the hide i’ts not. only the effect is problematic, other than that it works. Thanks in advance!

composer.hideOverlay( "menu", { isModal = true, effect = "slideUp", time = 1000 } );

Read the docs again.  Show and hide don’t have the same function signature.

https://docs.coronalabs.com/daily/api/library/composer/hideOverlay.html

compose.hideOverlay( false, "slideUp", 1000 )

I thank you!

Read the docs again.  Show and hide don’t have the same function signature.

https://docs.coronalabs.com/daily/api/library/composer/hideOverlay.html

compose.hideOverlay( false, "slideUp", 1000 )

I thank you!