https://github.com/bfintal/Counter-Up



<html>

<head>

<title>hello</title>

</head>

<body>

<h1 class="counter">1,234,567.00</h1>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/Counter-Up/1.0.0/jquery.counterup.js"></script>

<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>

<script>

$('.counter').counterUp({

    delay: 10,

    time: 1000

});

</script>

</body>

</html>