Animation.Add(Double, Double, Animation) Method

Definition

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

public:
 void Add(double beginAt, double finishAt, Microsoft::Maui::Controls::Animation ^ animation);
public void Add (double beginAt, double finishAt, Microsoft.Maui.Controls.Animation animation);
override this.Add : double * double * Microsoft.Maui.Controls.Animation -> unit
Public Sub Add (beginAt As Double, finishAt As Double, animation As 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.

Applies to