Xamarin.Forms.AnimationExtensions Members

The members of Xamarin.Forms.AnimationExtensions are listed below.

See Also: Inherited members from System.Object

Public Methods

static
AbortAnimation(this IAnimatable, string) : bool
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) : bool
Returns a Boolean value that indicates whether or not the animation that is specified by handle is running.
static
Interpolate(double, double, double, bool) : Func<double, double>
Returns a function that performs a linear interpolation between start and end.