litera / jquery-scrollintoview

Animated scroll into view jQuery plugin
http://erraticdev.blogspot.com/2011/02/jquery-scroll-into-view-plugin-with.html
231 stars 136 forks source link

Decouple code from JQuery and support NPM / Browserify / Webpack #20

Open slorber opened 9 years ago

slorber commented 9 years ago

Thanks for this plugin. I've tried many alternatives like native version and jquery scrollTop but only this one give me the good UX to be able to design a very simple thing: a scrollable dropdown with a highlighted element that must remain in the view. It works fine for me with Chrome and Firefox.

However nowadays we use modern tools like React and AngularJS. It would be nice to have all the features of this plugin extracted from JQuery and usable without JQuery, or at least published to NPM and usable with tools like Browserify or Webpack