IAnimation Interface

Summary

Interface for Animation objects
Namespace
Avalonia.Animation
Implementing Types
graph BT Type["IAnimation"] class Type type-node Implementing0["Animation"]-.->Type click Implementing0 "/api/Avalonia.Animation/Animation"

Syntax

public interface IAnimation

Methods

Name Value Summary
Apply(Animatable, IClock, IObservable<bool>, Action) IDisposable
Apply the animation to the specified control and run it when match produces true.
RunAsync(Animatable, IClock) Task
Run the animation on the specified control.