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 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: