UIFocusAnimationCoordinator.AddCoordinatedAnimationsAsync(Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the provided animations
to the coordinated animation, and runs a completion handler when the operation completes.
public virtual System.Threading.Tasks.Task AddCoordinatedAnimationsAsync (Action animations);
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