public abstract class AnimationSequence extends Object
| Constructor and Description |
|---|
AnimationSequence() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getTotalDurationInSequence() |
static AnimationSequence |
playSequentially(AnimationSequence... animations) |
static AnimationSequence |
playSequentially(List<AnimationSequence> animations) |
static AnimationSequence |
playTogether(AnimationSequence... animations) |
static AnimationSequence |
playTogether(List<AnimationSequence> animations) |
static AnimationSequence |
playWithDelayBetweenAnimations(long stagger,
AnimationSequence... animations) |
abstract void |
setDelayInSequence(long delay) |
abstract void |
start() |
public abstract void start()
public abstract void setDelayInSequence(long delay)
public abstract long getTotalDurationInSequence()
public static AnimationSequence playTogether(AnimationSequence... animations)
public static AnimationSequence playTogether(List<AnimationSequence> animations)
public static AnimationSequence playSequentially(AnimationSequence... animations)
public static AnimationSequence playSequentially(List<AnimationSequence> animations)
public static AnimationSequence playWithDelayBetweenAnimations(long stagger, AnimationSequence... animations)