Sets if the animation should repeat



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>unlimited</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if it should repeat indefinitely</td>
</tr>
<tr>
	<td>count</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of times the animation should repeat</td>
</tr>
<tr>
	<td>delay</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>delay</td>
</tr>
<tr>
	<td>yoyo</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>sets if the animation should go back and forth at each repeat</td>
</tr>
</table>