rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
547 stars 128 forks source link

Animation #133

Closed nZeus closed 9 years ago

nZeus commented 9 years ago

Original jQuery draggable+sortable has animation when user drops the object. (http://jqueryui.com/draggable/#sortable) Currently this animation is missing with this knockout-sortable binding.

How to add it back?

nZeus commented 9 years ago

Sorry, I've just added revert option and found that it works perfectly:

data-bind="sortable: { data: Fields, options: {revert: true}}"