Value of the property the animation will be animated to



## Description
no description
## 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</td>
</tr>
<tr>
	<td>nodePath</td>
	<td><div class='bg-indigo-800 px-2 py-px text-white rounded-sm'>node_path</div></td>
	<td>if set to a Polygonjs node, this is the node path</td>
</tr>
<tr>
	<td>objectMask</td>
	<td><div class='bg-purple-800 px-2 py-px text-white rounded-sm'>string</div></td>
	<td>if set to a THREE object, this is a mask to find the objects</td>
</tr>
<tr>
	<td>printResolve</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>print the object matching the objectMask, to help debugging</td>
</tr>
<tr>
	<td>size</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>size of the parameter to animate</td>
</tr>
<tr>
	<td>value1</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>value for a float</td>
</tr>
<tr>
	<td>value2</td>
	<td><div class='bg-teal-800 px-2 py-px text-white rounded-sm'>vector2</div></td>
	<td>value for a vector2</td>
</tr>
<tr>
	<td>value3</td>
	<td><div class='bg-blue-800 px-2 py-px text-white rounded-sm'>vector3</div></td>
	<td>value for a vector3</td>
</tr>
<tr>
	<td>color</td>
	<td><div class='bg-lime-800 px-2 py-px text-white rounded-sm'>color</div></td>
	<td>value for a vector3 as color</td>
</tr>
<tr>
	<td>value4</td>
	<td><div class='bg-lime-800 px-2 py-px text-white rounded-sm'>vector4</div></td>
	<td>value for a vector4</td>
</tr>
<tr>
	<td>asColor</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>when using vector3, use toggle on it should be a color</td>
</tr>
</table>