FloatTransition.

DoTransition(IObservable<double>, float, float) Method

Namespace
Avalonia.Animation
Containing Type
FloatTransition

Syntax

public override IObservable<float> DoTransition(IObservable<double> progress, float oldValue, float newValue)

Parameters

Name Type Description
progress IObservable<double>
oldValue float
newValue float

Return Value

Type Description
IObservable<float>