h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

How to avoid the SNAP motion in draggable Grid layout for items moving to 0-A block? #500

Open Glenncito opened 4 years ago

Glenncito commented 4 years ago

Hi, as the issue describes, all items moving to the first block in draggable Grid layout snap to that position, which with any other position that items move to, the movement is animated.

How can change this so that items moving to the first block on the left can move with the same fluid motion as if they were to move anywhere else?

maxflores commented 4 years ago

I am having this issue as well. If you are not looking carefully you might not notice but once you do it looks very bad.

For draggable grid moving to/from the 0-A block can happen with no animation. The view just snaps to the new location.