The methods of Xamarin.Forms.AnimationExtensions are listed below. For a list of all members, see the AnimationExtensions Members list.
See Also: Inherited members from System.Object
static | AbortAnimation(this IAnimatable, string)Stops the animation. | |
static | Animate(this IAnimatable, string, Action<double>, double, double, uint, uint, Easing, Action<double, bool>, Func<bool>)Sets the specified parameters and starts the animation. | |
static | Animate(this IAnimatable, string, Action<double>, uint, uint, Easing, Action<double, bool>, Func<bool>)Sets the specified parameters and starts the animation. | |
static | Animate(this IAnimatable, string, Animation, uint, uint, Easing, Action<double, bool>, Func<bool>)Sets the specified parameters and starts the animation. | |
static | Animate<T>(this IAnimatable, string, Func<double, T>, Action<T>, uint, uint, Easing, Action<T, bool>, Func<bool>)Sets the specified parameters and starts the animation. | |
static | AnimateKinetic(this IAnimatable, string, Func<double, double, bool>, double, double, Action)Sets the specified parameters and starts the kinetic animation. | |
static | AnimationIsRunning(this IAnimatable, string)Returns a Boolean value that indicates whether or not the animation that is specified by handle is running. | |
static | Interpolate(double, double, double, bool)Returns a function that performs a linear interpolation between start and end. | |