sequence

@JvmStatic
fun sequence(with: List<AnimationResource>): AnimationResource

Creates a sequence of multiple AnimationResource objects in the given list order.

Return

The new AnimationResource representing the sequenced animation resources.

Parameters

with

The list of AnimationResource objects to be sequenced, in order.