CircleAnimation
CircleAnimation copied to clipboard
how to display the image in current position after animation
hello if you want the view to remain visible even after it has disappeared simply set the visibility to true after the animation like so :
new CircleAnimationUtil().attachActivity(MainActivity.this).setTargetView(button1).setDestView(button2).startAnimation();
button1.setVisibility(View.VISIBLE);