Ruckus
fun sequential(animations: Collection<Animation>) = SequentialTransition().apply { children.setAll(animations) }
sequential(animations).play()