shows controls to play, reset and seek an animation setup


## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>play</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>play the animations</td>
</tr>
<tr>
	<td>pause</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>pause the animations</td>
</tr>
<tr>
	<td>reset</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>reset the animations</td>
</tr>
<tr>
	<td>stoppable</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if the animations created can be stopped when a new animation in generated on the same property</td>
</tr>
<tr>
	<td>debug</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>toggle to see debug infos printed in the console</td>
</tr>
<tr>
	<td>seek</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>seek</td>
</tr>
</table>