Share via


UIViewPropertyAnimator.AddAnimations Method

Definition

Overloads

Name Description
AddAnimations(Action)

Appends the specified animationAction to the callback list.

AddAnimations(Action, NFloat)

Appends the specified animationAction to the callback list.

AddAnimations(Action)

Appends the specified animationAction to the callback list.

[Foundation.Export("addAnimations:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddAnimations(Action animation);
[<Foundation.Export("addAnimations:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddAnimations : Action -> unit
override this.AddAnimations : Action -> unit

Parameters

animation
Action

Implements

Attributes

Applies to

AddAnimations(Action, NFloat)

Appends the specified animationAction to the callback list.

[Foundation.Export("addAnimations:delayFactor:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddAnimations(Action animation, System.Runtime.InteropServices.NFloat delayFactor);
[<Foundation.Export("addAnimations:delayFactor:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddAnimations : Action * System.Runtime.InteropServices.NFloat -> unit
override this.AddAnimations : Action * System.Runtime.InteropServices.NFloat -> unit

Parameters

animation
Action
delayFactor
NFloat

Implements

Attributes

Applies to