@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.
@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.