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 |
IDisposable |
Apply the animation to the specified control and run it when match produces
true .
|
RunAsync |
Task |
Run the animation on the specified control.
|