Summary
Interpolates in-between two key values given the desired progress time.
- Namespace
- Avalonia
.Animation .Animators - Containing Type
- Animator
<T>
Syntax
public abstract T Interpolate(double progress, T oldValue, T newValue)
Parameters
Return Value
Type | Description |
---|---|
T |