AndroidViewAnimations icon indicating copy to clipboard operation
AndroidViewAnimations copied to clipboard

view or viewgroup instead of the View.getTag.

Open Tipsyume opened this issue 10 years ago • 0 comments

Hi. thank you for your build animation library, I met some problems in use process.I want to use this animation in a view.Such as: ((BaseViewAnimator) (view.getTag())).setDuration(800) .setInterpolator(new AccelerateInterpolator()) .animate(mTarget); How to make the view or viewgroup instead of the View.getTag.

Thanks a lots;

Tipsyume avatar Mar 19 '15 03:03 Tipsyume