# UISliderTransition

It will transition by the value of the slider.

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

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Slider
</td>
<td>
Slider to the judgment
</td>
</tr>
<tr>
<td>
Change Timing Transition
</td>
<td>
Whether slider transitions with the changed timing.
</td>
</tr>
<tr>
<td>
Threshold
</td>
<td>
Threshold for the transition.
</td>
</tr>
<tr>
<td>
Less State
</td>
<td>
Transition destination when it was lower than Threshold.<br />
            Transition Method : OnStateBegin, Slider.onValueChanged
</td>
</tr>
<tr>
<td>
Greater State
</td>
<td>
Transition destination when it is higher than Threshold.<br />
            Transition Method : OnStateBegin, Slider.onValueChanged
</td>
</tr>
 </tbody>
</table>

