ENGLISH
Search
K
Comment on page

Delay Close

This is the attribute defining how many seconds before the greeting bubble is automatically hidden.
<div id="hdAttributes" delay_close="DelaySec"></div>
To modify the number of seconds before the greeting bubble is automatically hidden, we use the parameter DelaySec which stands for the delay (in seconds).
Therefore, if we use:
DelaySec = 3
<div id="hdAttributes" delay_close="3"></div>
The greeting message will disappear after 3 seconds and only the icon is displayed.