Summary
Apply the animation to the specified control and run it when match produces
true
.
- Namespace
- Avalonia
.Animation - Containing Type
- IAnimation
Syntax
IDisposable Apply(Animatable control, IClock clock, IObservable<bool> match, Action onComplete = null)
Parameters
Name | Type | Description |
---|---|---|
control | Animatable | |
clock | IClock | |
match | IObservable |
|
onComplete | Action |
Return Value
Type | Description |
---|---|
IDisposable |