Langue

AnimationUtils.MakeOutAnimation(Context, Boolean) Méthode

Définition

Créez une animation pour les objets devenant invisibles.

[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

Paramètres

c
Context

Contexte pour le chargement des ressources

toRight
Boolean

est l’objet à animer quitter à droite

Retours

Nouvelle animation

Attributs

Remarques

Créez une animation pour les objets devenant invisibles. Utilise une diapositive et un effet de fondu.

Java documentation pour android.view.animation.AnimationUtils.makeOutAnimation(android.content.Context, boolean).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à