AnimatorSet.PlaySequentially Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PlaySequentially(IList<Animator>) |
Configure cet AnimatorSet pour lire chacune des animations fournies lorsque l’animation précédente se termine. |
PlaySequentially(Animator[]) |
Configure cet AnimatorSet pour lire chacune des animations fournies lorsque l’animation précédente se termine. |
PlaySequentially(IList<Animator>)
Configure cet AnimatorSet pour lire chacune des animations fournies lorsque l’animation précédente se termine.
[Android.Runtime.Register("playSequentially", "(Ljava/util/List;)V", "")]
public void PlaySequentially (System.Collections.Generic.IList<Android.Animation.Animator>? items);
[<Android.Runtime.Register("playSequentially", "(Ljava/util/List;)V", "")>]
member this.PlaySequentially : System.Collections.Generic.IList<Android.Animation.Animator> -> unit
Paramètres
- Attributs
Remarques
Configure cet AnimatorSet pour lire chacune des animations fournies lorsque l’animation précédente se termine.
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 à
PlaySequentially(Animator[])
Configure cet AnimatorSet pour lire chacune des animations fournies lorsque l’animation précédente se termine.
[Android.Runtime.Register("playSequentially", "([Landroid/animation/Animator;)V", "")]
public void PlaySequentially (params Android.Animation.Animator[]? items);
[<Android.Runtime.Register("playSequentially", "([Landroid/animation/Animator;)V", "")>]
member this.PlaySequentially : Android.Animation.Animator[] -> unit
Paramètres
- items
- Animator[]
Animations qui seront démarrées l’une après l’autre.
- Attributs
Remarques
Documentation Java pour android.animation.AnimatorSet.playSequentially(android.animation.Animator)
.
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.