AnimationUtils.MakeInAnimation(Context, Boolean) Methode

Definition

Machen Sie eine Animation für Objekte sichtbar.

[Android.Runtime.Register("makeInAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")]
public static Android.Views.Animations.Animation? MakeInAnimation (Android.Content.Context? c, bool fromLeft);
[<Android.Runtime.Register("makeInAnimation", "(Landroid/content/Context;Z)Landroid/view/animation/Animation;", "")>]
static member MakeInAnimation : Android.Content.Context * bool -> Android.Views.Animations.Animation

Parameter

c
Context

Kontext zum Laden von Ressourcen

fromLeft
Boolean

ist das Objekt, das von links animiert werden soll.

Gibt zurück

Die neue Animation

Attribute

Hinweise

Machen Sie eine Animation für Objekte sichtbar. Verwendet einen Folien- und Einblendungseffekt.

Java-Dokumentation für android.view.animation.AnimationUtils.makeInAnimation(android.content.Context, boolean).

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: