SequentialAnimation

fun SequentialAnimation(vararg animation: Animation)

creates a new SequentialAnimation Additional constructor that enables the use of varargs for the animations.

Parameters

animation

The Animations that this ParallelAnimation should contain.


fun SequentialAnimation(animations: List<Animation>)

creates a new SequentialAnimation.