Closed aduditsky closed 1 year 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?
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.
Added in 1.5.0
https://github.com/justin-chu/react-fast-marquee/blob/520eba2ba7145f1f300c88ca09ef00f9c6997cc0/src/components/Marquee.tsx#L148
Can you switch class for a customing your body?