wasabeef / recyclerview-animators

An Android Animation library which easily add itemanimator to RecyclerView items.
Apache License 2.0
11.51k stars 1.98k forks source link

animation start when item is visible #152

Open ghost opened 6 years ago

ghost commented 6 years ago

i have a Infinite recyclerview each time user scrolls to bottom then 4 new Item will be inserted into adapter i can see only the first item animation , other 3 item are in the list already i want item become visible one by one is there a way that item animation start when item becomes visible?