VectorAnimator.

Interpolate(double, Vector, Vector) Method

Namespace
Avalonia.Animation.Animators
Containing Type
VectorAnimator

Syntax

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

Parameters

Name Type Description
progress double
oldValue Vector
newValue Vector

Return Value

Type Description
Vector