Pure Counter Component - Copy this Html, Bootstrap Component to your project
New PureCounter({ // Setting that can't' be overriden on pre element selector: '.tip2', // HTML query selector for specific element // Settings that can be overridden on per element basis, by `data purecounter *` attributes: start: 0, // Starting number [unit] end: 2.5, // End number [unit] duration: 1, // The time in seconds for the animation to complete [seconds] delay: 10, // The delay between each iteration (the default of 10 will produce 100 fps) [milliseconds] once: true, // Counting at once or recount when the element in view [boolean] repeat: false, // Repeat count for certain time [boolean:false|seconds] decimals: 1, // Show one decimal place [unit] legacy: true, // If this is true, it will use the scroll event listener on browsers filesizing: false, // Enable/disable File Size format [boolean] currency: false, // Enable/disable Currency format [boolean|char|string] separator: false, // Enable/disable comma separator for thousands [boolean|char|string] });
