scrollable marquee
I want a marquee that:
1. scrollable (ideally without reimplementing scroll function)
2. continuous
3. change speed on hover
This is my weird take but I notice on a higher "speed",
scrollTo
doesn't appear smooth?
https://codepen.io/petpeeve/pen/rNZNvoJ0 Replies