ozodrukh / CircularReveal

Lollipop ViewAnimationUtils.createCircularReveal for everyone 4.0+
MIT License
2.43k stars 391 forks source link

Example bug #72

Closed vpratfr closed 7 years ago

vpratfr commented 8 years ago

Hi,

In your sample app, the first card can be revealed/hidden with animation.

On my devices it does not work properly: once the hide animation is finished, the card is show suddenly.

Devices :

Is that a known bug?

vpratfr commented 8 years ago

Temporarly solved by adding a listener to the reveal animation and setting the inner view visibility on animation end.