heyman333 / react-animated-numbers

👾 Library showing animation of number changes in react.js
MIT License
246 stars 30 forks source link

how to reload number animation without number change #33

Closed Holy-Shine closed 2 years ago

Holy-Shine commented 2 years ago

how to manualy reload number animation if number data does not change?

heyman333 commented 2 years ago

Changing the react key will force re-rendering. How about doing that?

Holy-Shine commented 2 years ago

Changing the react key will force re-rendering. How about doing that?

It works! Thanks