This member of damo sets some useful configuration parameters
used by Damo.
Members
damo.config.securityBreak :integer
Damo uses some "while true" loops. This property ensures that
these loops can not get out of control. All these kind of
loops will break after securityBreak iteretions, if not
broken before.
Type:
- integer
Properties:
Name | Type | Description |
---|---|---|
securityBreak |
integer |
damo.config.showHideDelay :milliseconds
This parameter set the delay that damo will apply to animate
the show/hide of an HTML element.
Type:
- milliseconds
Properties:
Name | Type | Description |
---|---|---|
showHideDelay |
integer |
damo.config.switchPageDelay :milliseconds
This parameter set the delay that damo will apply to animate
a page change.
Type:
- milliseconds
Properties:
Name | Type | Description |
---|---|---|
switchPageDelay |
integer |