AnimationUtils.MakeOutAnimation(Context, Boolean) Methode

Definition

Erstellen Sie eine Animation für Objekte, die unsichtbar werden.

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

Parameter

c
Context

Kontext zum Laden von Ressourcen

toRight
Boolean

ist das Objekt, das nach rechts animiert werden soll.

Gibt zurück

Die neue Animation

Attribute

Hinweise

Erstellen Sie eine Animation für Objekte, die unsichtbar werden. Verwendet einen Folien- und Einblendungseffekt.

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

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: