animate-number-react
v0.0.3
Published
React component that animates a number
Downloads
30
Maintainers
Readme
animate-number-react
Documentation - livemehere-dev-packs
Introduction
This is a React component that can animate number from one value to another.
Basically, 0 is the start value and children is the end value.(children must be a string or number)
Features
- Animate number from 0 to children
- Animate number from previous children to children.(you can update)
- Support two types of animation :
slide
anddirect
. - Customizable animation
duration
,easing
,format
,separator
,decimal
,startVal
etc.