IUIViewImplicitlyAnimating.ContinueAnimation 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.
Changes the timing of the animation.
[Foundation.Export("continueAnimationWithTimingParameters:durationFactor:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ContinueAnimation(UIKit.IUITimingCurveProvider? parameters, System.Runtime.InteropServices.NFloat durationFactor);
[<Foundation.Export("continueAnimationWithTimingParameters:durationFactor:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ContinueAnimation : UIKit.IUITimingCurveProvider * System.Runtime.InteropServices.NFloat -> unit
override this.ContinueAnimation : UIKit.IUITimingCurveProvider * System.Runtime.InteropServices.NFloat -> unit
Parameters
- parameters
- IUITimingCurveProvider
New timing information.
- durationFactor
- NFloat
A multiplier applied to the animation's original duration.
- Attributes