Leocardoso94 / animated-number-react

Super easy way to animate numbers with React
MIT License
103 stars 13 forks source link

Make target variable local to the current AnimatedNumber component instance #13

Closed tonix-tuft closed 4 years ago

tonix-tuft commented 4 years ago

This should fix the animation of the number when multiple instances of AnimatedNumber are rendered on the page.

Leocardoso94 commented 4 years ago

already fixed on #12 Thanks!