jasonslyvia / react-marquee

A <marquee> component for React
81 stars 33 forks source link

Reset Offset on Text Change #8

Closed sahilchaddha closed 7 years ago

sahilchaddha commented 7 years ago

Fixed Offset issue. To Reproduce :

Set Large Text for MarqueeLabel to Scroll.Let it Scroll. Change the Text. The offset doesn't resets to 0. Added a check for length of text change under componentWillRecieveProps() to reset the offset and timer.

jasonslyvia commented 7 years ago

Hi, thanks for your contribution, can you leave out all the files other than src/ so we can have a better diff?