Answer the question
In order to leave comments, you need to log in
Android itemAnimation scroll?
Good afternoon, why doesn't animation work for recyclerView when scrolling.
RecyclerView.ItemAnimator itemAnimator = new FadeInDownAnimator();
itemAnimator.setAddDuration(200);
itemAnimator.setRemoveDuration(500);
recyclerView.setItemAnimator(itemAnimator);
Answer the question
In order to leave comments, you need to log in
And why should it work when paging? It works when adding/removing/changing elements, and then, despite the fact that you have properly notified the adapter about this action.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question