marquee-track
within an overflow-hidden wrapper.To create a smooth transition for an infinite marquee slider in Webflow, you’ll need to loop content seamlessly with consistent speed using interactions and CSS-style properties.
marquee-wrapper
) and set its overflow to hidden.marquee-track
. This will be animated.marquee-track
, place your repeating content (text, images, logos, etc.).marquee-track
so the items repeat to give the illusion of infinite scroll.marquee-wrapper
to overflow: hidden and white-space: nowrap.marquee-track
, use display: flex, white-space: nowrap, and will-change: transform for performance.marquee-track
selected, go to the Animations panel.marquee-track
to -50% (or -100%), depending on how much you've duplicated.marquee-track
loops perfectly — duplicate the set once or more so the end and start match.animation-play-state
control or fine-tune performance.hover
or mouse in/out
interactions to pause on hover.To create a smooth infinite marquee slider in Webflow, structure duplicated content inside a scrollable track, animate it using a continuous Move interaction with Linear easing, and ensure the content loops seamlessly. This technique gives the illusion of endless scrolling while maintaining performance and responsiveness.