The methods of Xamarin.Forms.Animation are listed below. For a list of all members, see the Animation Members list.
See Also: Inherited members from System.Object
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()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()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)Adds an Xamarin.Forms.Animation object to this Xamarin.Forms.Animation that begins at beginAt and finishes at finishAt. | ||
WithConcurrent(Animation, double, double)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)Creates a new Xamarin.Forms.Animation object with the specified parameters, and adds it to the children of this Xamarin.Forms.Animation object. | ||