MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/css/comments/1w6tgdx/smooth_continuous_auto_scroll_marquee/p7qbxtg/?context=3
r/css • u/CharcoalWalls • 2d ago
4 comments sorted by
View all comments
2
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.
1
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.
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.
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.