Int32Animator.

Interpolate(double, int, int) Method

Namespace
Avalonia.Animation.Animators
Containing Type
Int32Animator

Syntax

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

Parameters

Name Type Description
progress double
oldValue int
newValue int

Return Value

Type Description
int