Browse Source

#271: + remove 'transform' (#issuecomment-73954644)

scroll
RubaXa 10 years ago
parent
commit
563311f25e
  1. 1
      Sortable.js

1
Sortable.js

@ -603,6 +603,7 @@
clearTimeout(target.animated);
target.animated = setTimeout(function () {
_css(target, 'transition', '');
_css(target, 'transform', '');
target.animated = false;
}, ms);
}

Loading…
Cancel
Save