cross fades 2 AnimationActions



## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>trigger</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>manual trigger</td>
</tr>
<tr>
	<td>duration</td>
	<td><div class='bg-yellow-800 px-2 py-px text-white rounded-sm'>float</div></td>
	<td>fadeIn duration</td>
</tr>
<tr>
	<td>warp</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>additional warping (gradually changes of the time scales) will be applied</td>
</tr>
<tr>
	<td>startOnFromActionEnd</td>
	<td><div class='bg-emerald-800 px-2 py-px text-white rounded-sm'>boolean</div></td>
	<td>starts cross fade when the from action ends</td>
</tr>
</table>