Sets how the animation is applied


## Description

The animation can be set to:

- set: the animation override the current value
- add: the animation adds to the current value
- subtract: the animation subtracts from the current value


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>operation</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>sets the operation (set, add or subtract)</td>
</tr>
</table>