FloatAnimator.

Interpolate(double, float, float) Method

Namespace
Avalonia.Animation.Animators
Containing Type
FloatAnimator

Syntax

public override float Interpolate(double progress, float oldValue, float newValue)

Parameters

Name Type Description
progress double
oldValue float
newValue float

Return Value

Type Description
float