effectTime in storyboard.hideOverlay() does not work

Hi,

I was unable to use

storyboard.hideOverlay( [purgeOnly, effect, effectTime] )   

with any effectTime value other then default one.

This should be like this or something ??

local options =   
{  
purgeOnly = true,   
effect = "fade",   
effectTime = 100,  
}  
storyboard.hideOverlay( options )  

Tom [import]uid: 111283 topic_id: 26574 reply_id: 326574[/import]

I believe the latter is the proper way to do that.
[import]uid: 19626 topic_id: 26574 reply_id: 107765[/import]