To create a scrolling effect for a section with multiple company logos of varying widths in Webflow, you can build a horizontally scrolling carousel or an infinite marquee-style animation.
logo-track
.logo-track
Display to Flex (Horizontal - Row) and Wrap: Off, with overflow: hidden on the parent Div or Section.logo-track
, add Image elements or Logo Link Blocks for each company logo.Align center
, Justify: Start
or Space Between
as needed).logo-track
and go to Interactions, then choose Page Load animation or Scroll animation depending on your preference.0%
to -50%
over a long duration (e.g., 30–60 seconds), then loop the animation.logo-track
or the parent Div Block to Pause Timeline when hovered and Resume Timeline when not hovered.To create a scrolling logo section with varying widths in Webflow, use a horizontal Flex container, duplicate logos to loop the animation, and apply a Move interaction with Linear easing. Disable Flex wrap and use auto-sizing logos with fixed heights to accommodate variances in width, and ensure responsiveness across screen sizes.