UIViewImplicitlyAnimating_Extensions Class
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.
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, nfloat) |
Appends the specified |
AddAnimations(IUIViewImplicitlyAnimating, Action) |
Appends the specified |
AddCompletion(IUIViewImplicitlyAnimating, Action<UIViewAnimatingPosition>) |
Adds the |
ContinueAnimation(IUIViewImplicitlyAnimating, IUITimingCurveProvider, nfloat) |
Changes the timing of the animation. |