https://kotlinlang.org logo
r

Ruckus

07/21/2017, 4:31 PM
By the way, if we had
fun sequential(animations: Collection<Animation>) = SequentialTransition().apply { children.setAll(animations) }
, the last line of my example could be
sequential(animations).play()
.