Animator<T>.

Interpolate(double, T, T) Method

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

Name Type Description
progress double
oldValue T
newValue T

Return Value

Type Description
T