diff --git a/core/modules/widgets/list/listviews/classic.js b/core/modules/widgets/list/listviews/classic.js index b732691cc..ba73aca0a 100644 --- a/core/modules/widgets/list/listviews/classic.js +++ b/core/modules/widgets/list/listviews/classic.js @@ -87,7 +87,7 @@ ClassicListView.prototype.remove = function(index) { {transition: $tw.utils.roundTripPropertyName("transform") + " " + $tw.config.preferences.animationDurationMs + " ease-in-out, " + "opacity " + $tw.config.preferences.animationDurationMs + " ease-in-out, " + "margin-bottom " + $tw.config.preferences.animationDurationMs + " ease-in-out"}, - {transform: "translateX(" + currWidth + "px)"}, + {transform: "translateX(-" + currWidth + "px)"}, {marginBottom: (-currHeight) + "px"}, {opacity: "0.0"} ]);