Partager via


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.

Documentation Java 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 le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à