IAnimator.

Apply(Animation, Animatable, IClock, IObservable<bool>, Action) Method

Summary

Applies the current KeyFrame group to the specified control.
Namespace
Avalonia.Animation
Containing Type
IAnimator

Syntax

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<bool>
onComplete Action

Return Value

Type Description
IDisposable