Smooth Animated Numbers with Javascript CSS3 odometer - Download Smooth Animated Numbers with Javascript and CSS3 - odometer

Download Smooth Animated Numbers with Javascript and CSS3 – odometer

Posted on

This time I will share jQuery Plugin and tutorial about Smooth Animated Numbers with Javascript and CSS3 – odometer, hope it will help you in programming stack.

Smooth Animated Numbers with Javascript CSS3 odometer - Download Smooth Animated Numbers with Javascript and CSS3 - odometer
File Size: 406 KB
Views Total: 37704
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

odometer is a lightweight and themeable javascript library that makes use of CSS3 transform and transition properties to animate numbers with smooth transition effects. It can be easily integrated with JQuery javascript library to provide jQuery methods. Check the minimal demo for a quick view.

Basic Usage:

1. Include the odometer.js in your html document.

1 <script src="odometer.js"></script>

2. Choose and include a theme CSS file in the head section of your page. The plugin currently comes with 7 built-in themes to meet your needs. Check the themes folder in the zip for more information.

1 <link rel="stylesheet" href="odometer-theme-default.css" />

3. Any element with class name “odometer” will automatically be made into an Odometer! When you want to update the value, simply update it the same way you normally would.

1 element.innerHTML = 123 // Native, or...
2 $('.odometer').html(123) // with jQuery

Change log:

2017-02-07

  • v0.4.8

This awesome jQuery plugin is developed by HubSpot. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net