IAnimation.

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

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

Return Value

Type Description
IDisposable