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.16k stars 95 forks source link

feat: Add onMount callback prop, runs after mount #68

Closed tochibedford closed 1 year ago

tochibedford commented 1 year ago

This addresses issue #65 as it should help with knowing when the Marquee has mounted, especially for Libraries which need to calculate size of DOM, when the size changes. Added 2 tests for good measure. Cheers, -Tochi

justin-chu commented 1 year ago

Thanks for fixing this!