Animation.Add(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 void Add (double beginAt, double finishAt, Xamarin.Forms.Animation animation);
member this.Add : double * double * Xamarin.Forms.Animation -> unit
Parameters
- beginAt
- System.Double
The fraction into this animation at which the added child animation will begin animating.
- finishAt
- System.Double
The fraction into this animation at which the added child animation will stop animating.
- animation
- Animation
The animation to add.