TopLevelRequestAnimationFrame Method

Enqueues a callback to be called on the next animation tick

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void RequestAnimationFrame(
	Action<TimeSpan> action
)

Parameters

action  ActionTimeSpan
 

See Also