- Namespace
- Avalonia
.Animation - Containing Type
- Transform
Operations Transition
Syntax
public override IObservable<ITransform> DoTransition(IObservable<double> progress, ITransform oldValue, ITransform newValue)
Parameters
Name | Type | Description |
---|---|---|
progress | IObservable |
|
oldValue | ITransform | |
newValue | ITransform |
Return Value
Type | Description |
---|---|
IObservable |