1 - Full Copy/Paste the code in the project settings

2 - Find this section of the code at the very bottom of the before body section: (line 89)

<script>
jQuery(document).ready(function( $ ) {
$('span.counterup').counterUp({
delay: 100, // the delay time in ms
time: 2000 // the speed time in ms
});
});
</script>

This is where you can modify the class name that triggers the function
These are the parameters of the animation

3 - Create any text span that wraps the numbers
within the classname you chose

Ex:
1234

Coffees
5387
Projects
125
High fives
13661
Smiles
15666123

When content is scrolled up the counter restarts