Android stops Animation animation

                    if (imageview.getAnimation() != null){
    
    
                        imageview.clearAnimation();
                    }
                    imageview.setVisibility(View.GONE);

Reference: Android stops Animation animation

Guess you like

Origin blog.csdn.net/qq_27494201/article/details/132192801