DraweeView could not play view animation when it is not shown?
Open
bug
- Dominant language
- Kotlin
- Stars
- 17.2k
- Forks
- 3.7k
- PR merge metrics
- No merged PRs in 30d
Description
animation is named slide_top_out
```
```
there is a controllor bar at the top of the window, which should hide with animation, so I written the following code:
```
val anim = AnimationUtils.loadAnimation(context, R.anim.slide_top_out)
topbar.startAnimation(anim)
topbar.visibility = View.GONE
```
When the layout has a SimpleDraweeView, it can not work well,which is like this, left image is load by SimpleDraweeView, right is ImageView

Contributor guide
Assessment
This issue has not been assessed yet.