Download Area

Home > Animation

CountUp.js (free) Download Full | **UPDATE

Animates a numerical value by counting to it - CountUp.js

CountUp.js (free) Download Full | **UPDATE

Published Date: 2024-04-14

CountUp.js Free Download

CountUp.js is a lightweight, simple yet powerful JavaScript library that allows you to create animated number counters. It's free, open-source, and can be easily integrated into your web projects. With CountUp.js, you can easily add eye-catching, dynamic counters to your website, such as page views, followers, sales, and more.

Using CountUp.js is straightforward. Simply include the library in your HTML, create a new CountUp object, and specify the target element, start and end values, and any additional options. You can then use the `start()` method to initiate the animation. CountUp.js provides various customization options, including duration, easing functions, and formatting options, allowing you to tailor the animation to your specific needs. Whether you're a beginner or an experienced developer, CountUp.js is an excellent choice for adding animated number counters to your website.


CountUp.js: CountUp.js is a dependency-free, lightweight JavaScript class that can be used to quickly create animations that display numerical data in a more interesting way. Install via npm/yarn using the package name countup.js. Despite its name, CountUp can count in either direction, depending on the start and end values that you pass. CountUp.js supports all browsers. MIT license. CountUp v2 is distributed as an ES6 module because it is the most standardized and most widely compatible module for browsers, though a UMD module is also included. To run module-enabled scripts locally, you'll need a simple local server setup, because otherwise you may see a CORS error when your browser tries to load the script as a module. CountUp is also wrapped as a UMD module in ./dist/countUp.umd.js and it exposes CountUp as a global variable on the window scope.