Animation.Interpolated¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The value to interpolate. | FloatFloat2Float3Float4 | ||
| Output ➡️ | The interpolated value. | FloatFloat2Float3Float4 | ||
| Duration | No | Duration of interpolation | none | NoneFloatVar(Float) | 
Whenever the input value is changed, this shard will interpolate between the old value and the new value over the duration of the animation and output the result.