div-tooltip
Tooltip.
JSON
{
animation_in: {
duration: "int",
end_value: "number",
interpolator: "string",
items: [ div-animation, ... ],
name*: "string",
repeat: div-count,
start_delay: "int",
start_value: "number"
},
animation_out: {
duration: "int",
end_value: "number",
interpolator: "string",
items: [ div-animation, ... ],
name*: "string",
repeat: div-count,
start_delay: "int",
start_value: "number"
},
div*: div,
duration: "int",
id*: "string",
offset: {
x*: {
unit: "string",
value*: "number"
},
y*: {
unit: "string",
value*: "number"
}
},
position*: "string"
}
Parameters
Parameters | Description |
---|---|
animation_in | object Tooltip appearance animation. By default, the tooltip will be appearing gradually with an offset from the anchor point by 10 dp. The value has the type |
animation_out | object Tooltip disappearance animation. By default, the tooltip will disappear gradually with an offset from the anchor point by 10 dp. The value has the type |
div | object Required parameter. An element that will be shown in a tooltip. If there are tooltips inside an element, they won't be shown. The value has the type |
duration | int Duration of the tooltip visibility in milliseconds. When the value is set to Restriction for the value Default value: |
id | string Required parameter. Tooltip ID. It is used to avoid re-showing. It must be unique for all element tooltips. A string must not be empty. |
offset | object Shift relative to an anchor point. The value has the type |
position | string Required parameter. The position of a tooltip relative to an element it belongs to. Possible values: |
Parameters | Description |
---|---|
animation_in | object Tooltip appearance animation. By default, the tooltip will be appearing gradually with an offset from the anchor point by 10 dp. The value has the type |
animation_out | object Tooltip disappearance animation. By default, the tooltip will disappear gradually with an offset from the anchor point by 10 dp. The value has the type |
div | object Required parameter. An element that will be shown in a tooltip. If there are tooltips inside an element, they won't be shown. The value has the type |
duration | int Duration of the tooltip visibility in milliseconds. When the value is set to Restriction for the value Default value: |
id | string Required parameter. Tooltip ID. It is used to avoid re-showing. It must be unique for all element tooltips. A string must not be empty. |
offset | object Shift relative to an anchor point. The value has the type |
position | string Required parameter. The position of a tooltip relative to an element it belongs to. Possible values: |