UIFocusAnimationCoordinator.AddCoordinatedAnimations(Action, 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.
[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
- Attributes