Oxygen‘s Number Counter composite increments the number by 1 by default.
If you are looking to make the numbers be incremented by say 10, simply edit the element’s Number Counter Code JS and replace
currentCount++;
with
currentCount += 10;
Oxygen‘s Number Counter composite increments the number by 1 by default.
If you are looking to make the numbers be incremented by say 10, simply edit the element’s Number Counter Code JS and replace
currentCount++;
with
currentCount += 10;