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] committed Oct 28, 2023
1 parent e1fc7d5 commit aa1e5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/ticker.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
// let translateY = glide.index * (-100 / perView / (countSlides2 / perView))
// slidesContainer2.style.transform = "translate3d(0, " + translateY + "% , 0)"
})
}).on("run.after", function () {
}).on("run.before", function () {
var translateY2 = glide.index * (-100 / perView / (countSlides2 / perView))
slidesContainer2.style.transform = "translate3d(0, " + translateY2 + "% , 0)"
});
Expand Down

0 comments on commit aa1e5d5

Please sign in to comment.