Partager via


AnimatorSet.PlaySequentially Méthode

Définition

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

items
IList<Animator>

Animations qui seront démarrées l’une après l’autre.

Attributs

Remarques

Configure cet AnimatorSet pour lire chacune des animations fournies lorsque l’animation précédente se termine.

Documentation Java pour android.animation.AnimatorSet.playSequentially(java.util.List<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.

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.

S’applique à