Skip to content

Commit

Permalink
Update from Shopify for theme sneakerlab/trunk
Browse files Browse the repository at this point in the history
Committed from shop: Sneaker Lab 2022
  • Loading branch information
shopify[bot] authored Oct 28, 2023
1 parent 36fa99f commit 17e639d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sections/ticker.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@
var translateY2 = glide.index * (-100 / perView / (countSlides2 / perView))
slidesContainer2.style.transform = "translate3d(0, " + translateY2 + "% , 0)"
})
}).on("run.after", function () {});
}).on("run.after", function () {
var translateY2 = glide.index * (-100 / perView / (countSlides2 / perView))
slidesContainer2.style.transform = "translate3d(0, " + translateY2 + "% , 0)"
});
glide.mount();
glide2.mount();
Expand Down

0 comments on commit 17e639d

Please sign in to comment.