Describe the bug
On the home page when I scroll down I don't see the numbers / statistics animating from 0 to the relevant number. I went through the codebase and saw that there is an AnimatedCounter to make the stats animate but it's not working properly.
To Reproduce
Steps to reproduce the behavior:
- Go to AnimatedCounter.tsx and fix the code to animate the the numbers
Expected behavior
A clear and concise description of what you expected to happen.
this is the current behavior of animated counter component
https://github.com/user-attachments/assets/06ca7ebe-d8d3-4f1a-a918-d2d176134011
this is just a random video which shows how this animation will look like :
https://github.com/user-attachments/assets/8b053b75-afd7-40ca-b0b7-0bf58090ab98
Are you going to work on fixing this?