# OnMouseOverTransition

It will transition the state when the OnMouseOver is called.

![OnMouseOverTransition](./images/OnMouseOverTransition.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Next State
</td>
<td>
Transition destination state.<br />
            Transition Method : OnMouseOver
</td>
</tr>
 </tbody>
</table>


## Remarks

By default, it does not work on handheld devices(Android, iOS, Windows Store Apps, Apple TV).\nTo enable it, add ARBOR_ENABLE_ONMOUSE_EVENT to "Scripting Define Symbols".

