On Mouse Over
- Last UpdatedOct 12, 2016
- 1 minute read
The following elements can be specified for an OnMouseOver animation link.
|
Elements |
Description |
|---|---|
|
Text |
Script text. Required. |
|
Timeout |
Timeout in milliseconds. Required if optional schema is used. Default is 250. |
Example:
<OnMouseOver>
<Text>
<![CDATA[
First line of script text
Second line of script text
N-th line of script text
]]>
</Text>
<Timeout>250</Timeout>
</OnMouseOver>