justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.23k stars 98 forks source link

Custom Control #20

Closed aduditsky closed 1 year ago

aduditsky commented 3 years ago

https://github.com/justin-chu/react-fast-marquee/blob/520eba2ba7145f1f300c88ca09ef00f9c6997cc0/src/components/Marquee.tsx#L148

Can you switch class for a customing your body?

aduditsky commented 3 years ago

className={ "marquee-container " + className}, where className can be some 'custom-marquee'

This is needed for that's kind of effect. Possibility of rewrite your !important CSS properties.

image
justin-chu commented 1 year ago

Added in 1.5.0