InterpolatingTransitionBaseTInterpolate Method

Definition

Namespace: Avalonia.Animation
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
protected abstract T Interpolate(
	double progress,
	T from,
	T to
)

Parameters

progress  Double
 
from  T
 
to  T
 

Return Value

T

See Also