UIViewPropertyAnimator.StartAnimation 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.
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