florent37 / ViewAnimator

A fluent Android animation library
Apache License 2.0
2.71k stars 423 forks source link

加入动画的view无法控制显示和隐藏 #59

Closed xmutzlq closed 3 years ago

xmutzlq commented 3 years ago

loadingCycleIvAnim = ViewAnimator .animate(loadingCycleIv) .rotation(360) .repeatCount(-1) .start(); loadingCycleIvAnim.cancel(); loadingCycleIv.setVisibility无法控制了