Constructor and Description |
---|
CompositeAnimator(Animator... animators)
Constructs the composite animator from sequence of animators.
|
CompositeAnimator(List<Animator> animators)
Constructs the animator from list of animators.
|
Modifier and Type | Method and Description |
---|---|
void |
animate(double fraction)
Changes the state of object with respect current phase of animation.
|
public CompositeAnimator(Animator... animators)
animators
- the sequence of animators.Copyright © 2017. All rights reserved.