From 17e639dcd7b0651f60c1a776fe28fffebffe4c55 Mon Sep 17 00:00:00 2001 From: "shopify[bot]" <79544226+shopify[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:37:35 +0000 Subject: [PATCH] Update from Shopify for theme sneakerlab/trunk Committed from shop: Sneaker Lab 2022 --- sections/ticker.liquid | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sections/ticker.liquid b/sections/ticker.liquid index 69bc914..6b66a51 100644 --- a/sections/ticker.liquid +++ b/sections/ticker.liquid @@ -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();