In the hero (1st) section of https://genesisstudios.net, there are animations for loading the elements. There are also scroll effects attributed to each one, and they are causing a conflict. I believe it is because when the page loads, the scroll events listener can tell that the elements are already in a certain position in the viewport that would have them produce an effect. I would think that if I could delay the listener from listening for the 1000ms that it takes for the load animations to complete, that the conflict would be gone.
So - how can I delay the scroll events listener from listening for 1000ms?
So - how can I delay the scroll events listener from listening for 1000ms?