-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
I am trying to apply slide to right animation to only removed item but for some reason all items in recyclerview disappear first and then animated back to their position strangely.
Please watch the following video.
https://i.stack.imgur.com/s14Jr.gif
Here is my code its very simple:
friends_screen_friendlist_recyclerview.itemAnimator = SlideInRightAnimator()
friends_screen_friendlist_recyclerview.itemAnimator?.apply {
addDuration = 120;
removeDuration = 1000;
moveDuration = 500;
changeDuration = 500;
}
friendItems.removeAt(0)
friends_screen_friendlist_recyclerview.adapter!!.notifyItemRemoved(0)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels