Parallel Animation
data class ParallelAnimation(val animations: List<Animation>) : Animation
Content copied to clipboard
An Animation consisting of multiple Animations that are played in parallel, when this ParallelAnimation is played.
Constructors
Link copied to clipboard
Creates a new ParallelAnimation. Additional constructor that enables the use of varargs for the animations.
Link copied to clipboard
creates a new ParallelAnimation.
Properties
Link copied to clipboard
The Animations that this ParallelAnimation should contain.
Link copied to clipboard
Gets invoked when Animation has finished.