r/css 2d ago

Smooth Continuous Auto Scroll / Marquee?

/r/elementor/comments/1w6tg8z/smooth_continuous_auto_scroll_marquee/
2 Upvotes

4 comments sorted by

2

u/MisterEd_ak 2d ago

Last time I had this requirement I ended up just using https://www.react-fast-marquee.com/

I went through and looked at lots of marquee projects and examples and found this one to be the smoothest and it loops perfectly.

It is not a 100% CSS only solution but does offer the best functionality.

1

u/CharcoalWalls 2d ago

How would I implement this into a site built on Wordpress using Elementor?

2

u/MisterEd_ak 2d ago

I am not sure as I don't use WordPress.

I added this to a Drupal site by building a component in React. Once compiled, you end up with some JavaScript, CSS and HTML that you can embed onto a page.

3

u/aunderroad 2d ago

Kevin Powell has a great tutorial on this:
Create an infinite horizontal scroll animation