Merge animation properties


## Description

Animation properties can be set to either run at the same time, or one after the other.

## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>mode</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>mode (at the same time or one after the other)</td>
</tr>
<tr>
	<td>offset</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>offset if run one after the other</td>
</tr>
<tr>
	<td>overridePositions</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>override the position</td>
</tr>
<tr>
	<td>inputsCount</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of inputs that this node can merge animations from</td>
</tr>
</table>