alicelieutier / smoothScroll

A teeny tiny smooth scroll script with ease-in-out effect and no jQuery.
MIT License
537 stars 127 forks source link

get location of the window ? #10

Closed Muthamizhan closed 6 years ago

Muthamizhan commented 9 years ago

is it possible to get location of the window and highlight the menu bar in parallax type templates?

alicelieutier commented 9 years ago

hey, I'm not sure what you mean by this exactly, but if you mean the scroll position, then you can always get it using window.pageYOffset as normal.