angular-drag-and-drop-lists
angular-drag-and-drop-lists copied to clipboard
Animation
How to add animation to list items when sorting?
Would be great to get something like this: http://rubaxa.github.io/Sortable/
Bump! Agreed.
+1
+1
The linked directive actually performs the move while we are dragging the element over the dropzone. This is something we don't want to do because it is not consistent with the native drag & drop behavior.
However, we could look into animating the placeholder element when it changes position. I'm open for suggestions on how to do that.
Any ideas? I'm feeling that this library gives the user a bit of a "clunky" experience when trying to drag-drop stuff in lists. Some smoothening animations would probably help alot. Any pointers where to start?
If you want to create beautiful animations, you probably want to use a pure JavaScript drag & drop library. The HTML5 API doesn't give us too much control over the look and feel.
Any suggestion to make a smooth transition?