alicelieutier / smoothScroll

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

Fixes bug arising when context isn't window #33

Closed zensunni closed 8 years ago

zensunni commented 8 years ago

Addresses issue 21: https://github.com/alicelieutier/smoothScroll/issues/21

I used a different minimization (Uglify.js - https://github.com/mishoo/UglifyJS).

Please let me know your preferred method of minimization, and we can update the merge request accordingly.

alicelieutier commented 8 years ago

Thanks !