UIViewPropertyAnimator.ContinueAnimation Method

Definition

Replaces the timing curve and duration of this UIViewPropertyAnimator.

[Foundation.Export("continueAnimationWithTimingParameters:durationFactor:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void ContinueAnimation (UIKit.IUITimingCurveProvider parameters, nfloat durationFactor);
abstract member ContinueAnimation : UIKit.IUITimingCurveProvider * nfloat -> unit
override this.ContinueAnimation : UIKit.IUITimingCurveProvider * nfloat -> unit

Parameters

durationFactor
nfloat

Multiplied by the original Duration to create the new duration.

Attributes

Applies to