diff --git a/Sortable.js b/Sortable.js index 0e16a7d..5c4672c 100644 --- a/Sortable.js +++ b/Sortable.js @@ -603,6 +603,7 @@ clearTimeout(target.animated); target.animated = setTimeout(function () { _css(target, 'transition', ''); + _css(target, 'transform', ''); target.animated = false; }, ms); }