Slider that has a constant motion

Sorry if this been a topic somewhere else on this forum…BUT…The top image slider on his site…is this possible to create natively in Webflow?

This is a BG image scrolling left. You can’t scroll images in WF (I’d like it SO MUCH!).

Maybe we can ask @bartekkustra what would his best script be to initiate a bg scrolling… must not be very difficult.

Also Google is full of propositions for that.

1 Like
  1. This is the photo: http://valiocon.com/images/collage.jpg
  2. CSS: @-webkit-keyframes collage { 0% { -webkit-transform: translate3d(0, 0, 0) - Pastebin.com
  3. http://bklearn.webflow.com/
  4. https://webflow.com/design/bklearn?preview=3c2a9912b09df0168a2c5da061f17c0f

This is a pure CSS animation :slight_smile:

1 Like

Even better, I love it! Thanks @bartekkustra!

1 Like

Brilliant!
Thanks a lot @bartekkustra!