Jaouan / Revealator

An helper to circle reveal/unreveal a view easily, with translations and childs animations.
Apache License 2.0
448 stars 53 forks source link

FAB button goes back to visible and to original position after reveal animation #10

Open albert0m opened 6 years ago

albert0m commented 6 years ago

I tried to follow your example and I'm not sure why this is happening.

If I add

.withEndAction(() -> { fab.setVisibility(View.INVISIBLE); } you will still see it for a split second.