Xamarin.Forms.Animation Members

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

See Also: Inherited members from System.Object

Public Constructors

Creates a new Xamarin.Forms.Animation object with default values.
Creates a new Xamarin.Forms.Animation object with the specified parameters.

Public Methods

Add(double, double, Animation)
Adds an Xamarin.Forms.Animation object to this Xamarin.Forms.Animation that begins at beginAt and finishes at finishAt.
Commit(IAnimatable, string, uint, uint, Easing, Action<double, bool>, Func<bool>)
Runs the owner animation with the supplied parameters.
GetCallback() : Action<double>
Returns a callback that recursively runs the eased animation step on this Xamarin.Forms.Animation object and those of its children that have begun and not finished.
GetEnumerator() : IEnumerator
Returns an enumerator that can be used to iterate over the child Xamarin.Forms.Animation objects of this Xamarin.Forms.Animation object.
Insert(double, double, Animation) : Animation
Adds an Xamarin.Forms.Animation object to this Xamarin.Forms.Animation that begins at beginAt and finishes at finishAt.
WithConcurrent(Animation, double, double) : Animation
Adds animation to the children of this Xamarin.Forms.Animation object and sets the start and end times of animation to beginAt and finishAt, respectively.
WithConcurrent(Action<double>, double, double, Easing, double, double) : Animation
Creates a new Xamarin.Forms.Animation object with the specified parameters, and adds it to the children of this Xamarin.Forms.Animation object.