CircleAnimation icon indicating copy to clipboard operation
CircleAnimation copied to clipboard

how to display the image in current position after animation

Open adavanayyappan opened this issue 10 years ago • 1 comments

adavanayyappan avatar Sep 16 '15 13:09 adavanayyappan

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);

pierrekhouryy avatar Aug 16 '20 14:08 pierrekhouryy