BoolAnimator.

Interpolate(double, bool, bool) Method

Namespace
Avalonia.Animation.Animators
Containing Type
BoolAnimator

Syntax

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

Parameters

Name Type Description
progress double
oldValue bool
newValue bool

Return Value

Type Description
bool