# KeyUpTransition

It will transition the state on whether is Key released.

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

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Key Code
</td>
<td>
Specified key.
</td>
</tr>
<tr>
<td>
Next State
</td>
<td>
Transition destination state.
</td>
</tr>
 </tbody>
</table>

