material-card-animation
material-card-animation copied to clipboard
on Cancel button animation won't work well
When i click on cancel button it reopens it again. I think it can goes back to again on when we click to open that particular screen so can this be fixed ? thanks
Lile on cancel button it should go back to twitter icon with center effect. how to achieve it ?
@SanjanaTailor I'm sorry, I don't maintain this anymore.
yes i also too . How to fix this .. cancel button is not work well .. open reveal layout call agian ???
@SanjanaTailor you should put setListener(null) in closeReveal AnimationEnd like below imageButton.animate() .translationX(0f) .translationY(0f) .setDuration(200).setListener(null);