AnimationSet.AddAnimation(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.
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
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
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.