AnimationUtils.MakeInChildBottomAnimation(Context) Method

Definition

Make an animation for objects becoming visible.

[Android.Runtime.Register("makeInChildBottomAnimation", "(Landroid/content/Context;)Landroid/view/animation/Animation;", "")]
public static Android.Views.Animations.Animation? MakeInChildBottomAnimation (Android.Content.Context? c);
[<Android.Runtime.Register("makeInChildBottomAnimation", "(Landroid/content/Context;)Landroid/view/animation/Animation;", "")>]
static member MakeInChildBottomAnimation : Android.Content.Context -> Android.Views.Animations.Animation

Parameters

c
Context

Context for loading resources

Returns

The new animation

Attributes

Remarks

Make an animation for objects becoming visible. Uses a slide up and fade effect.

Java documentation for android.view.animation.AnimationUtils.makeInChildBottomAnimation(android.content.Context).

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