- 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 |
|
oldValue | int | |
newValue | int |
Return Value
Type | Description |
---|---|
IObservable |