UIViewImplicitlyAnimating_Extensions Class

Definition

Extension class defining methods for animations that can be modified while they are running.

public static class UIViewImplicitlyAnimating_Extensions
type UIViewImplicitlyAnimating_Extensions = class
Inheritance
UIViewImplicitlyAnimating_Extensions

Methods

AddAnimations(IUIViewImplicitlyAnimating, Action)

Appends the specified animationT:System.Action to the callback list.

AddAnimations(IUIViewImplicitlyAnimating, Action, nfloat)

Appends the specified animationT:System.Action to the callback list.

AddCompletion(IUIViewImplicitlyAnimating, Action<UIViewAnimatingPosition>)

Adds the completion to run when the animation(s) end.

ContinueAnimation(IUIViewImplicitlyAnimating, IUITimingCurveProvider, nfloat)

Changes the timing of the animation.

Applies to