Simple delay


## Description

This node outputs the exact same geometry as its input, but does so with a delay. This can be useful when some operations are not meant to run immediately.


## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>duration</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>duration in milliseconds</td>
</tr>
</table>