需求:打赏动画,多次点击时多次弹出动画。

问题:当第一次动画还未结束时若再次点击,崩溃,报错:Circular dependencies cannot exist in AnimatorSet。

解决:设置全局变量lastSet,重置AnimatorSet

Circular dependencies cannot exist in AnimatorSet

相关文章:

  • 2021-11-19
  • 2022-02-28
  • 2022-12-23
  • 2021-05-26
  • 2021-08-20
猜你喜欢
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-07-04
  • 2021-11-25
相关资源
相似解决方案