Smooth Step Tween
Smooth step interpolation between 2 values within a time interval.
Ports
Port Name |
Type |
Default Value |
Description |
Trigger |
|
Trigger to start the interpolation. |
|
Trigger |
|
Trigger to stop and reset the interpolation. |
|
Trigger |
|
Trigger to pause the interpolation. |
|
Trigger |
|
Resets the internal timer. |
|
[Float] |
|
The value to interpolate from. |
|
[Float] |
|
The value to interpolate to. |
|
[Float] |
|
The duration of the interpolation (in seconds). |
|
Outputs
Port Name |
Type |
Default Value |
Description |
Trigger |
|
Execute next action at every frame during the interpolation (i.e. not while paused). |
|
Trigger |
|
Execute next action when the interpolation runs to completion (i.e. Stop is not triggered). |
|
[Float] |
0 |
Return the interpolated value between To and From at the current time. |
|