AnimatorSet.Builder.Before(Animator) Method

Definition

Sets up the given animation to play when the animation supplied in the Play(Animator) call that created this Builder object ends.

[Android.Runtime.Register("before", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "GetBefore_Landroid_animation_Animator_Handler")]
public virtual Android.Animation.AnimatorSet.Builder? Before (Android.Animation.Animator? anim);
[<Android.Runtime.Register("before", "(Landroid/animation/Animator;)Landroid/animation/AnimatorSet$Builder;", "GetBefore_Landroid_animation_Animator_Handler")>]
abstract member Before : Android.Animation.Animator -> Android.Animation.AnimatorSet.Builder
override this.Before : Android.Animation.Animator -> Android.Animation.AnimatorSet.Builder

Parameters

anim
Animator

The animation that will play when the animation supplied to the Play(Animator) method ends.

Returns

Attributes

Remarks

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