DEV Community

Anton
Anton

Posted on

Counter - A React library for animating numeric transitions

Perfect for timers, counters, or progress displays.

Animate numbers with increasing (start < end) or decreasing (start > end) values. Works with decimal numbers.

See demo HERE

Example

Installation

// npm
npm install @antonkolesnik/counter

// yarn
yarn add @antonkolesnik/counter
Enter fullscreen mode Exit fullscreen mode

Top comments (0)