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;
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.