UIViewPropertyAnimator.StartAnimation Method

Definition

Overloads

StartAnimation()

Begins the animation.

StartAnimation(Double)

Begins the animation after seconds.

StartAnimation()

Begins the animation.

[Foundation.Export("startAnimation")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartAnimation ();
abstract member StartAnimation : unit -> unit
override this.StartAnimation : unit -> unit

Implements

Attributes

Applies to

StartAnimation(Double)

Begins the animation after seconds.

[Foundation.Export("startAnimationAfterDelay:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void StartAnimation (double delay);
abstract member StartAnimation : double -> unit
override this.StartAnimation : double -> unit

Parameters

delay
Double

Duration, in seconds, before animations should begin.

Implements

Attributes

Applies to