need some help with Fullpage.js, but this question can also be seen more generally.
how can I insert an animation before the scroll event takes place? If you have a solution without Fullpage.js you are welcome, too. I read about blocking a scroll/click event altogether somewhere and attribute own functions and methods but that is not what I am searching for, since I am not capable of rewriting any event from the Fullpage.js script. Just want to stick the animation in between the scroll input and the actual scrolling.
Practical example: I scroll, the elements fade out, then the page scrolls to the next section.
Live example: http://www.basicagency.com/yir/
Thanks in advance.