sparrow007 / CarouselRecyclerview

Carousel Recyclerview let's you create carousel layout with the power of recyclerview by creating custom layout manager.
Apache License 2.0
634 stars 78 forks source link

Recycler item animations not working properly #30

Open inver8 opened 1 year ago

inver8 commented 1 year ago

On adding or removing an item, some random items are blinking.

sparrow007 commented 1 year ago

hi @inver8 thanks for the issue, can you share the image or video that would be helpful thanks

inver8 commented 1 year ago

@sparrow007 This is CarouselRecyclerview: https://user-images.githubusercontent.com/11346904/193552654-47a114fd-75e9-4a5d-8269-f63499a816e1.mp4

And this is standart recycler with linear layout manager: https://user-images.githubusercontent.com/11346904/193552716-ea473a77-40c6-44e6-a987-e26429669f25.mp4