Logic
Interpolate Value
Last updated November 14, 2023
The Interpolate Value behavior returns a value between a start and end point using a specified easing tween.
| Property | Description |
| Tween |
How to interpolate between the two values. By default, this will interpolate linearly. |
| Start |
The starting value where the interpolation point is 0%. |
| End |
The ending value where the interpolation point is 100%. |
| Interpolation Point |
A percentage that determines where to interpolate between the start and end point. 50% would be halfway between the two points. |
| Easing Tween | Graph |
| Linear | |
| In Bounce |
|
| Out Bounce |
|
| In Out Bounce |
|
| In Elastic |
|
| Out Elastic |
|
| In Out Elastic |
|
| In Back |
|
| Out Back |
|
| In Out Back |
|
| In Sine |
|
| Out Sine |
|
| In Out Sine |
|
| In Quadratic |
|
| Out Quadratic |
|
| In Out Quadratic |
|
| In Cubic |
|
| Out Cubic |
|
| In Out Cubic |
|
| In Exponential |
|
| Out Exponential |
|
| In Out Exponential |
|
| Output Fields | Description |
| result |
The output value from the function. |

