AnimationSet.AddAnimation(Animation) Method

Definition

Add a child animation to this animation set.

[Android.Runtime.Register("addAnimation", "(Landroid/view/animation/Animation;)V", "GetAddAnimation_Landroid_view_animation_Animation_Handler")]
public virtual void AddAnimation (Android.Views.Animations.Animation? a);
[<Android.Runtime.Register("addAnimation", "(Landroid/view/animation/Animation;)V", "GetAddAnimation_Landroid_view_animation_Animation_Handler")>]
abstract member AddAnimation : Android.Views.Animations.Animation -> unit
override this.AddAnimation : Android.Views.Animations.Animation -> unit

Parameters

a
Animation

Animation to add.

Attributes

Remarks

Add a child animation to this animation set. The transforms of the child animations are applied in the order that they were added

Java documentation for android.view.animation.AnimationSet.addAnimation(android.view.animation.Animation).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to