-
Notifications
You must be signed in to change notification settings - Fork 73
Dragged item blips when releasing #5
Comments
Hm... where is this delay? Is it visible on the sample app too? I think ideally I'd like the view to animate from the floating position to the new position, not sure how if there's a simple solution for that though. |
I haven't tried the sample app. Seeing that on a nexus 6 with a horizontal recylcerview. I'll see if I can come up with some more insights. Btw... Love the library in general. Has the right ratio of feature to manual labor to be more flexible than other approaches. I use it in combination with a long press to reorder, custom item types, support for swipe to dismiss and custom item animator. Works well together. |
@hzsweers This library uses the old drag and drop methods (View.OnDragListener). It was one of the motivators for me to write that article. |
I see, thanks for the heads up!
|
Picking an item up works as expected but when releasing the drag gesture there is a split second where the dragged item is gone and the new item has not yet appeared. I would hope that it is possible to not have that minor delay between releasing the dragged item and the appearance of the new item.
Otherwise... great library. :)
The text was updated successfully, but these errors were encountered: