Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Dragged item blips when releasing #5

Open
mpost opened this issue Feb 22, 2015 · 6 comments
Open

Dragged item blips when releasing #5

mpost opened this issue Feb 22, 2015 · 6 comments

Comments

@mpost
Copy link

mpost commented Feb 22, 2015

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. :)

@vinc3m1
Copy link
Owner

vinc3m1 commented Mar 3, 2015

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.

@mpost
Copy link
Author

mpost commented Mar 3, 2015

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.

@iPaulPro
Copy link

You can observe this in the sample app:

screencast

@ZacSweers
Copy link

@vinc3m1 a barebones implementation of drag-and-drop will animate it to the new position just fine, are you doing anything special to make it animate in otherwise?

(See here for a barebones example)

@iPaulPro
Copy link

@hzsweers This library uses the old drag and drop methods (View.OnDragListener). It was one of the motivators for me to write that article.

@ZacSweers
Copy link

I see, thanks for the heads up!
On Fri, Jun 26, 2015 at 5:03 AM Paul Burke [email protected] wrote:

@hzsweers https://github.com/hzsweers This library uses the old drag
and drop methods (View.OnDragListener). It was one of the motivators for me
to write that article.


Reply to this email directly or view it on GitHub
#5 (comment)
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants