Share via


UIFocusAnimationCoordinator.AddCoordinatedAnimationsAsync(Action) Method

Definition

Adds the provided animations to the coordinated animation, and runs a completion handler when the operation completes.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task AddCoordinatedAnimationsAsync(Action? animations);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddCoordinatedAnimationsAsync : Action -> System.Threading.Tasks.Task
override this.AddCoordinatedAnimationsAsync : Action -> System.Threading.Tasks.Task

Parameters

animations
Action

The animations to run.This parameter can be .

Returns

A task that represents the asynchronous AddCoordinatedAnimations operation

Attributes

Applies to