Animation.Insert(Double, Double, Animation) Method

Definition

Adds an Animation object to this Animation that begins at beginAt and finishes at finishAt.

public Xamarin.Forms.Animation Insert (double beginAt, double finishAt, Xamarin.Forms.Animation animation);
member this.Insert : double * double * Xamarin.Forms.Animation -> Xamarin.Forms.Animation

Parameters

beginAt
Double

The fraction into this animation at which the added child animation will begin animating.

finishAt
Double

The fraction into this animation at which the added child animation will stop animating.

animation
Animation

The animation to add.

Returns

Applies to