Animation.Insert(Double, Double, Animation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::Maui::Controls::Animation ^ Insert(double beginAt, double finishAt, Microsoft::Maui::Controls::Animation ^ animation);
public Microsoft.Maui.Controls.Animation Insert (double beginAt, double finishAt, Microsoft.Maui.Controls.Animation animation);
member this.Insert : double * double * Microsoft.Maui.Controls.Animation -> Microsoft.Maui.Controls.Animation
Public Function Insert (beginAt As Double, finishAt As Double, animation As 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.