Reputation: 17370
in this blog we can make simple reveal effect for some layout in android java familiar. my question about is any library on implementation like with this animation?
for example:
android.view.ViewAnimationUtils
Animator anim = android.view.ViewAnimationUtils
.createCircularReveal(mRevealView, cx, cy, 0, radius);
Upvotes: 1
Views: 657