ozodrukh/CircularReveal

Collapsing back menu

Closed this issue · 1 comments

Is there a way to collapse back the menu after clicking outside of the CircularReveal menu?
Thank you for your terrific work.

You mean reversing?

// expanding
ViewAnimationUtils.createCircularReveal(yourCard, centerX, centerY, 0, endRadius);
// collapsing
ViewAnimationUtils.createCircularReveal(yourCard, centerX, centerY, endRadius, 0);