AnimatedRecyclerView icon indicating copy to clipboard operation
AnimatedRecyclerView copied to clipboard

How to animate every time the item visible ?

Open cryinrain69 opened this issue 5 years ago • 2 comments

First, thanks for this great library. As title, i want item only animate every time it is visible. What should I do ? Thanks.

cryinrain69 avatar Aug 27 '20 03:08 cryinrain69

@SerhiyPetrosyuk Can you help me ?

cryinrain69 avatar Sep 09 '20 08:09 cryinrain69

So, waht do you exectly mean every time the item visible? As an idea, you can put your recycler in a method that you call in onCreate() and than when you add an item to your recycler, you have to call that method one more time. This works in my case. Otherwise, please provide more details and let's get it done together.

eucliddelphi avatar Dec 09 '20 21:12 eucliddelphi