ParallelAnimation

fun ParallelAnimation(vararg animation: Animation)

Creates a new ParallelAnimation. Additional constructor that enables the use of varargs for the animations.

Parameters

animation

The Animations that this ParallelAnimation should contain.


fun ParallelAnimation(animations: List<Animation>)

creates a new ParallelAnimation.