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.
如何在不使用<set>标签的情况下定义一组动画?我在这个论坛的某个地方读到 set 标签有一个错误的实现,并且不会与repeatCount="infinite".
<set>
repeatCount="infinite"
您可以覆盖onAnimationStartand onAnimationEnd,如果您扩展View,则在旧动画完成时触发启动新动画。
onAnimationStart
onAnimationEnd
View