Android将动画师附加到动画师集

时间:2018-10-18 22:23:16

标签: android

是否可以将ObjectAnimator附加到AnimatorSet上?现在我正在做这样的事情,但是我不确定这是否是正确的方法:

val existingAnimations = animatorSet.childAnimations.toTypedArray()
val newAnimatorSet = AnimatorSet()
newAnimatorSet.playTogether(*existingAnimations, newObjectAnimator)

0 个答案:

没有答案
相关问题