Interpolator.
value |
Start value. |
tick |
Update rate / resolution. |
clock |
If no clock passed in the SystemClock will be used. |
An optional Function that will be evaluated for each step. The arguments passed in are: current value, current ramp position (0.0-1.0), current step index, total number of steps.
Get or ser the clock.
Run the interpolator.
target |
The target value to go to. |
dur |
Duration in seconds. |
curve |
Curvature. If |
Get or set the update rate.
Get or set the current value (jump).