IAnimation.

RunAsync(Animatable, IClock) Method

Summary

Run the animation on the specified control.
Namespace
Avalonia.Animation
Containing Type
IAnimation

Syntax

Task RunAsync(Animatable control, IClock clock)

Parameters

Name Type Description
control Animatable
clock IClock

Return Value

Type Description
Task