Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Android 中的 AnimatorSets,但我一生都无法弄清楚你是如何在代码中设置重复的。你在 AnimatorSet 上调用什么方法来设置任意重复,还是我做错了?我肯定错过了什么...!
非常感谢
一般来说尽量避免AnimationSet。AnimationSet 被严重破坏(即这个错误报告)。有些东西可以通过 XML 工作,而另一些则不能。我个人最终得到了自己的动画代码,它利用 AnimationListener 来构建复杂的动画,而无需使用 set。
一些关于这种方法的快速找到的教程。