View.StartAnimation(Animation) Method

Definition

Start the specified animation now.

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

Parameters

animation
Animation

the animation to start now

Attributes

Remarks

Start the specified animation now.

Java documentation for android.view.View.startAnimation(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