UIFocusAnimationCoordinator.AddCoordinatedAnimations(Action, Action) Method

Definition

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

[Foundation.Export("addCoordinatedAnimations:completion:")]
public virtual void AddCoordinatedAnimations (Action animations, Action completion);
abstract member AddCoordinatedAnimations : Action * Action -> unit
override this.AddCoordinatedAnimations : Action * Action -> unit

Parameters

animations
Action

The animations to run.

This parameter can be null.

completion
Action

A handler to run after the animation completes.

This parameter can be null.

Attributes

Applies to