I am facing a little problem here. I have basic knowledge about Javascript and i want to do the following:
Right now, when you scroll down, the menu will get smaller
You can use multiple listener for the scroll event.
window.addEventListener('scroll', effects); window.addEventListener('scroll', test);
That way you don't override window.onscroll