Animated transitions for jQuery UI's sortable

Posted by Heilemann on Stack Overflow See other posts from Stack Overflow or by Heilemann
Published on 2010-06-06T08:01:46Z Indexed on 2010/06/06 8:02 UTC
Read the original article Hit count: 401

Filed under:
|
|

Just out of curiosity, as I haven't been able to find anything anywhere; does anyone know of a way to get jQuery UI's sortable function to animate its sorting?

What I mean is, when you move an element around the sortable parent, its children, the sortables, skip around instead of smoothly animating to their new position, which besides from being an eyesore can also make it a bit difficult to figure out what has moved where.

There's obviously no default option for this, but I was hoping that perhaps someone, somewhere, had a neat solution.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ui