IntegerTransition.

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

Namespace
Avalonia.Animation
Containing Type
IntegerTransition

Syntax

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

Parameters

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

Return Value

Type Description
IObservable<int>