bendc / anchor-scroll

Smooth and lightweight anchor scrolling library
MIT License
363 stars 23 forks source link

Public Methods #16

Closed zslabs closed 8 years ago

zslabs commented 8 years ago

Wanted to see how you felt about the ability to use public methods to call this library on arbitrary content that may not have a click handler associated with it.

AnchorScroll(document.querySelector('#my-content'));
bendc commented 8 years ago

Interesting idea per se, but it's imo out of this library's scope.