public class PlayWithStaggerAnimationSequence extends AnimationSequence
| Constructor and Description |
|---|
PlayWithStaggerAnimationSequence(long stagger,
AnimationSequence... animations) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTotalDurationInSequence() |
void |
setDelayInSequence(long delay) |
void |
start() |
playSequentially, playSequentially, playTogether, playTogether, playWithDelayBetweenAnimationspublic PlayWithStaggerAnimationSequence(long stagger,
AnimationSequence... animations)
public void start()
start in class AnimationSequencepublic void setDelayInSequence(long delay)
setDelayInSequence in class AnimationSequencepublic long getTotalDurationInSequence()
getTotalDurationInSequence in class AnimationSequence