Langue

AnimatorSet.PlaySequentially Méthode

Définition

Surcharges

Nom Description
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.

Java documentation 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 Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

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

Java documentation 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 Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à