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

Question for use with recyclerView #9

Open snpmyn opened 6 years ago

snpmyn commented 6 years ago
I use the library with recyclerView. For the items which the recyclerView show, I add clickListener and longClickListener for them. 
But question like that , first I carry out method "Revealator.reveal", when I click one item of the items which the recyclerView show, the item's alpha which I click will be set 0.5f and the item will be deleted, after the item was deleted, I carry out method "Revealator.unreveal()", then I carry out the method "Revealator.reveal" again, I find the item which position as the same as the item which was deleted just, it's alpha is 0.5f also, but I don't set the item's alpha.
So, I want to konw whether the library does some things to save content state when carrying out the method "Revealator.unreveal()"?
Thank you!