How to make an animated number counter?

@midosaid88 you can only have one onReady() method per page. It is the method executed when the elements on the page are rendered.

Refactor your code with one onReady with all the elements onViewportEnter() method inside.