0.0.3 • Published 2 years ago

animate-number-react v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

animate-number-react

Documentation - livemehere-dev-packs

example

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 and direct.
  • Customizable animation duration, easing, format, separator, decimal, startVal etc.