Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined303 authored Dec 8, 2024
1 parent 775306e commit 64ee32e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/js/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,11 @@ export default {

list.innerHTML = '';
removeClass(list, CLASS_TRANSITION);
setStyle(list, getTransforms({
setStyle(list, assign({
width: 0,
}, getTransforms({
translateX: 0,
}));
})));
},

initImage(done) {
Expand Down

0 comments on commit 64ee32e

Please # to comment.