ofMultipleAnimations
open fun ofMultipleAnimations(model: AnimatableModel, animationNames: Array<String>): List<ObjectAnimator>
Constructs and returns list of ObjectAnimator given names inside an AnimatableModel. Can be used directly with playTogetherplaySequentially
Return
The constructed ObjectAnimator
Parameters
model
The targeted model to animate