UIViewImplicitlyAnimating_Extensions.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.
public static void ContinueAnimation (this UIKit.IUIViewImplicitlyAnimating This, UIKit.IUITimingCurveProvider parameters, nfloat durationFactor);
static member ContinueAnimation : UIKit.IUIViewImplicitlyAnimating * UIKit.IUITimingCurveProvider * nfloat -> unit
Parameters
The instance on which this method operates.
- parameters
- IUITimingCurveProvider
New timing information.
- durationFactor
- nfloat
A multiplier applied to the animation's original duration.