strongui / react-marquee-master

MIT License
16 stars 2 forks source link

Scroll BOTH #5

Open mschwartz opened 3 years ago

mschwartz commented 3 years ago

The HTML marquee tag can scroll left, right, or both. Both causes it to bounce.

Try this in your browser (with a long string, too):

<marquee behavior="alternate">Bouncing text...</marquee>

And

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/marquee