AndroidViewAnimations
AndroidViewAnimations copied to clipboard
alpha problem
Applying this library to a view with alpha attribute will result in ignore the alpha value! I saw the BaseViewAnimator class and in it you have set alpha to 1 in reset method. how can I solve it?
I have solved it by AlphaAnimation after your animation. but I think its better that you add this property to your library so that user can set an alpha value to his/her view.