Fork me on GitHub

Description

You have a site with jQuery UI user interface library, but it currently does not support animation for .sortable() plugin. This small plugin adds sorting animation if you pass two additional parameters to sortable .sortable() options.

Configure

Available options:

Example Code

$('#sortable').sortable({
  axis: 'y',
  containment: 'parent',
  animation: 200,
});

Demo