material-card-animation icon indicating copy to clipboard operation
material-card-animation copied to clipboard

on Cancel button animation won't work well

Open SanjanaTailor opened this issue 8 years ago • 3 comments
trafficstars

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 avatar Mar 23 '17 12:03 SanjanaTailor

@SanjanaTailor I'm sorry, I don't maintain this anymore.

captswag avatar Mar 23 '17 13:03 captswag

yes i also too . How to fix this .. cancel button is not work well .. open reveal layout call agian ???

DeevD avatar Feb 17 '18 03:02 DeevD

@SanjanaTailor you should put setListener(null) in closeReveal AnimationEnd like below imageButton.animate() .translationX(0f) .translationY(0f) .setDuration(200).setListener(null);

DeevD avatar Feb 17 '18 03:02 DeevD