Widget - FAB TranslationY Animation

Anmol dwivedi
0

//To Hidde
_fab.animate().translationY(_fab.getHeight() + 16).setInterpolator(new android.view.animation.AccelerateInterpolator(2)).start();

//To Show
_fab.animate().translationY(0).setInterpolator(new android.view.animation.DecelerateInterpolator(2)).start();

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !