Summary
Applies the current KeyFrame group to the specified control.
- Namespace
- Avalonia
.Animation .Animators - Containing Type
- Animator
<T>
Syntax
public virtual IDisposable Apply(Animation animation, Animatable control, IClock clock, IObservable<bool> match, Action onComplete)
Parameters
Name | Type | Description |
---|---|---|
animation | Animation | |
control | Animatable | |
clock | IClock | |
match | IObservable |
|
onComplete | Action |
Return Value
Type | Description |
---|---|
IDisposable |