Victor_Chuiko Support Team
Joined: 12 Apr 2005 Posts: 145
|
Posted: Thu Aug 04, 2005 7:08 pm Post subject: |
|
|
You need to use 'delay' parameter. Like this:
| Code: | var MENU_ITEMS = [
{..., delay:[300, 500], ... |
300 is the number of milliseconds in which the menu will appear, and 500 - when it will disappear. |
|