Uploaded October 2025 | Updated September 2026, 3 weeks ago
Infinite marquees are a polished way to display reviews and keep them scrolling for a modern and professional feel. In this tutorial, learn how to duplicate tracks to create a seamless loop and add a few lines of CSS to animate the track with a linear, infinite scroll.
Here’s the code snippet:
.marquee-track {
animation: scroll 30s linear infinite;
}
@keyframes scroll {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}
—
Learn more about Wix Studio:
wix.com/studio
Get started with our Essentials course:
wix.to/gT8VY7c
Join the Wix Studio Community:
forum.wixstudio.com
Follow us on social media:
➔ Instagram: instagram.com/wixstudio
➔ X: twitter.com/wixstudio
➔ TikTok: tiktok.com/@wixstudio
➔ Facebook: facebook.com/WixStudio
➔ Discord: discord.com/invite/wixstudio
About Wix Studio:
Wix Studio is the website building platform for professional designers, developers, and marketers. With high-end design capabilities, streamlined workflows and robust business tools, it empowers freelancers and agencies to build, manage and scale exceptional websites with maximum efficiency.
Subscribe to our channel:
➔ youtube.com/@WixStudio?sub_confirmation=1
Infinite marquees are a polished way to display reviews and keep them scrolling for a modern and professional feel. In this tutorial, learn how to duplicate tracks to create a seamless loop and add a few lines of CSS to animate the track with a linear, infinite scroll.
Here’s the code snippet:
.marquee-track {
animation: scroll 30s linear infinite;
}
@keyframes scroll {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-50%);
}
}
—
Learn more about Wix Studio:
wix.com/studio
Get started with our Essentials course:
wix.to/gT8VY7c
Join the Wix Studio Community:
forum.wixstudio.com
Follow us on social media:
➔ Instagram: instagram.com/wixstudio
➔ X: twitter.com/wixstudio
➔ TikTok: tiktok.com/@wixstudio
➔ Facebook: facebook.com/WixStudio
➔ Discord: discord.com/invite/wixstudio
About Wix Studio:
Wix Studio is the website building platform for professional designers, developers, and marketers. With high-end design capabilities, streamlined workflows and robust business tools, it empowers freelancers and agencies to build, manage and scale exceptional websites with maximum efficiency.
Subscribe to our channel:
➔ youtube.com/@WixStudio?sub_confirmation=1










